Загрузить файлы в «/»

This commit is contained in:
Вячеслав Тараканов 2025-05-31 17:09:48 +00:00
parent ccf0ca3e3b
commit b34914a463

5
http_requests.py Normal file
View File

@ -0,0 +1,5 @@
import requests
response = requests.get("http://vyatsu.ru")
print(response.text[:500])