回答編集履歴

1

些細

2022/07/26 06:53

投稿

quickquip
quickquip

スコア11044

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
  ```
9
- search_results = api.search_tweets(q= "キーワード", result_type='mixed',count=10)
9
+ search_results = api.search_tweets(q="キーワード", result_type='mixed', count=10)
10
10
  ```
11
11
 
12
12
  ----