質問編集履歴
1
バージョン追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -33,4 +33,7 @@
|
|
33
33
|
File "1.py", line 7, in <module>
|
34
34
|
data.append(('title001', 'http://example.com/001'))
|
35
35
|
AttributeError: type object 'data' has no attribute 'append'
|
36
|
-
```
|
36
|
+
```
|
37
|
+
|
38
|
+
# バージョン
|
39
|
+
Python 3.5.2
|