質問編集履歴
1
エラーメッセージの書き間違い
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
|
7
|
+
File "ex.py", line 3, in <module>
|
8
|
-
|
8
|
+
r = requests.get("https://gihyo.jp/dp")
|
9
9
|
AttributeError: module 'requests' has no attribute 'get'
|
10
10
|
### 該当のソースコード
|
11
11
|
|