From f08d89a904f193a84f3e0f0f25af937a7ce4e942 Mon Sep 17 00:00:00 2001 From: Dronminator Date: Sun, 26 Mar 2023 00:11:12 +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=D1=81=D0=B0=D0=B9=D1=82?= =?UTF-8?q?=D0=B0=20=D0=98=20=D0=91=D0=B0=D0=B7=D0=B0=20=D0=B4=D0=B0=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Задания/task1/Lahin/postgres.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Задания/task1/Lahin/postgres.py b/Задания/task1/Lahin/postgres.py index 7606788..0ca1bb2 100644 --- a/Задания/task1/Lahin/postgres.py +++ b/Задания/task1/Lahin/postgres.py @@ -68,3 +68,4 @@ cursor.execute("select * from laptops") print("Результат", cursor.fetchall()) cursor.close() connection.close() +