質問編集履歴

1

エラーメッセージの書き間違い

2020/08/23 11:41

投稿

tosuke
tosuke

スコア0

test CHANGED
File without changes
test CHANGED
@@ -10,9 +10,9 @@
10
10
 
11
11
  Traceback (most recent call last):
12
12
 
13
- File "ex.py", line 17, in <module>
13
+ File "ex.py", line 3, in <module>
14
14
 
15
- source = requests.get(url)
15
+ r = requests.get("https://gihyo.jp/dp")
16
16
 
17
17
  AttributeError: module 'requests' has no attribute 'get'
18
18