Skip to content

Commit 6618048

Browse files
committed
Update qa-control-flow.md
修改了一个笔误
1 parent c5d2ae9 commit 6618048

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contents/qa-control-flow.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
### 如何结束退出一个python脚本
32

43
问题 [链接](http://stackoverflow.com/questions/73663/terminating-a-python-script)
@@ -27,7 +26,7 @@
2726
False
2827

2928
>>> list1 = [1, 2, 3]
30-
>>> list2 = [1, 2, 3]]
29+
>>> list2 = [1, 2, 3]
3130
>>> list1==list2
3231
True
3332
>>> list1 is list2

0 commit comments

Comments
 (0)