質問するログイン新規登録

質問編集履歴

1

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

2020/08/23 11:41

投稿

tosuke
tosuke

スコア0

title CHANGED
File without changes
body CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  ### 発生している問題・エラーメッセージ
6
6
  Traceback (most recent call last):
7
- File "ex.py", line 17, in <module>
7
+ File "ex.py", line 3, in <module>
8
- source = requests.get(url)
8
+ r = requests.get("https://gihyo.jp/dp")
9
9
  AttributeError: module 'requests' has no attribute 'get'
10
10
  ### 該当のソースコード
11
11