回答編集履歴
1
Update
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
num=0
|
14
14
|
|
15
|
-
while num <
|
15
|
+
while num < 5:
|
16
16
|
|
17
17
|
lst=[{'a':1,'b':2,'c':3},num]
|
18
18
|
|