Загрузить файлы в «/»
This commit is contained in:
parent
ccf0ca3e3b
commit
b34914a463
5
http_requests.py
Normal file
5
http_requests.py
Normal file
@ -0,0 +1,5 @@
|
||||
import requests
|
||||
|
||||
response = requests.get("http://vyatsu.ru")
|
||||
print(response.text[:500])
|
||||
|
Loading…
Reference in New Issue
Block a user