From df29b2a6db459ce67f37b7547b6bd85eed06b76c Mon Sep 17 00:00:00 2001 From: Dronminator Date: Sun, 26 Mar 2023 00:10:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=BC=D0=B0=D1=88=D0=BD=D0=B5?= =?UTF-8?q?=D0=B5=20=D0=B7=D0=B0=D0=B4=D0=B0=D0=BD=D0=B8=D0=B5:=20=D0=9F?= =?UTF-8?q?=D0=B0=D1=80=D1=81=D0=B8=D0=BD=D0=B3=20=D0=A1=D0=B0=D0=B9=D1=82?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Задания/task1/Lahin/postgres.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Задания/task1/Lahin/postgres.py b/Задания/task1/Lahin/postgres.py index 5713ee5..7606788 100644 --- a/Задания/task1/Lahin/postgres.py +++ b/Задания/task1/Lahin/postgres.py @@ -68,7 +68,3 @@ cursor.execute("select * from laptops") print("Результат", cursor.fetchall()) cursor.close() connection.close() -''' -url = 'https://mephi.ru/content/public/styles/1015x500/public/images/slider/dod_na_sayt_mifi.jpg?itok=7XJZoP3t' -wget.download(url, 'C:\Games\Img\cat2.jpg') -''' \ No newline at end of file