Домашнее задание: Парсинг сайта И База данных

This commit is contained in:
Dronminator
2023-03-26 00:11:12 +03:00
parent df29b2a6db
commit f08d89a904
+1
View File
@@ -68,3 +68,4 @@ cursor.execute("select * from laptops")
print("Результат", cursor.fetchall())
cursor.close()
connection.close()