質問編集履歴
1
<code>の中にコードを貼り付けました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
(1)
|
12
12
|
|
13
|
-
import tweepy
|
13
|
+
```import tweepy
|
14
14
|
|
15
15
|
|
16
16
|
|
@@ -48,14 +48,20 @@
|
|
48
48
|
|
49
49
|
main()
|
50
50
|
|
51
|
+
```
|
52
|
+
|
53
|
+
|
54
|
+
|
51
55
|
|
52
56
|
|
53
57
|
(2)
|
54
58
|
|
55
|
-
Traceback (most recent call last):
|
59
|
+
```Traceback (most recent call last):
|
56
60
|
|
57
61
|
File "muzath0.py", line 13, in <module>
|
58
62
|
|
59
63
|
follower_list= api.followers(count=50)
|
60
64
|
|
61
65
|
NameError: name 'api' is not defined
|
66
|
+
|
67
|
+
```
|