質問編集履歴
3
コードがミスっていたので
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,9 @@
|
|
6
6
|
a=a+1
|
7
7
|
output=a*0.5
|
8
8
|
print_output(output)
|
9
|
+
``````ここに言語を入力
|
9
10
|
|
11
|
+
|
10
12
|
どういう意味ですか??
|
11
13
|
|
12
14
|
あとTypeError: 'float' object is not iterableはどういう意味ですか
|
2
コードがミスっていたので
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
```ここに言語を入力
|
2
|
+
コード
|
3
|
+
for S in temp.items():
|
1
|
-
|
4
|
+
#print("{} :\n{}\n".format(file, S))
|
5
|
+
#print(S)
|
6
|
+
a=a+1
|
7
|
+
output=a*0.5
|
8
|
+
print_output(output)
|
9
|
+
|
2
10
|
どういう意味ですか??
|
11
|
+
|
3
12
|
あとTypeError: 'float' object is not iterableはどういう意味ですか
|
1
おいうgyftdgrtふゅいお
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,2 +1,3 @@
|
|
1
1
|
AttributeError: 'dict' object has no attribute 'iteritems'
|
2
|
-
どういう意味ですか??
|
2
|
+
どういう意味ですか??
|
3
|
+
あとTypeError: 'float' object is not iterableはどういう意味ですか
|