回答編集履歴

1

Update

2022/03/17 10:43

投稿

melian
melian

スコア19825

test CHANGED
@@ -11,7 +11,7 @@
11
11
  for i in range(1,100):
12
12
  responses.append(requests.get(fr"https://yomou.syosetu.com/search.php?&order_former=search&order=hyoka&notnizi=1&p={i}", headers=headers))
13
13
 
14
- print(responses.text)
14
+ print(responses)
15
15
 
16
16
  #
17
17
  [<Response [200]>, <Response [200]>, <Response [200]>, ...