From b34914a463d080dc962220897fc47b7048e2af6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A2?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D0=BA=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Sat, 31 May 2025 17:09:48 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http_requests.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 http_requests.py diff --git a/http_requests.py b/http_requests.py new file mode 100644 index 0000000..fae46a4 --- /dev/null +++ b/http_requests.py @@ -0,0 +1,5 @@ +import requests + +response = requests.get("http://vyatsu.ru") +print(response.text[:500]) +