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() +