質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
File "C:\Python37\lib\site-packages\urllib3\packages\six.py", line 82, in _import_module
|
39
39
|
__import__(name)
|
40
40
|
File "C:\Users\owner\Documents\python_code\http.py", line 3, in <module>
|
41
|
-
result = requests.get('
|
41
|
+
result = requests.get('https://www.google.co/jp/')
|
42
42
|
AttributeError: module 'requests' has no attribute 'get'
|
43
43
|
```
|
44
44
|
|