Домашнее задание: Парсинг Сайта

This commit is contained in:
Dronminator
2023-03-26 00:10:39 +03:00
parent 09b1a34601
commit df29b2a6db
-4
View File
@@ -68,7 +68,3 @@ cursor.execute("select * from laptops")
print("Результат", cursor.fetchall()) print("Результат", cursor.fetchall())
cursor.close() cursor.close()
connection.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')
'''