質問編集履歴

1

追記

2018/08/06 10:49

投稿

shin_shin
shin_shin

スコア96

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,18 @@
17
17
 
18
18
 
19
19
  エラー:
20
+
21
+ ---------------------------------------------------------------------------
22
+
23
+ TypeError Traceback (most recent call last)
24
+
25
+ <ipython-input-74-5e5bc68cf0e4> in <module>()
26
+
27
+ ----> 1 for i, v in zip(range1, range2):
28
+
29
+ 2 print(i, v)
30
+
31
+
20
32
 
21
33
  TypeError: zip argument #1 must support iteration
22
34