Last active
August 12, 2023 09:25
-
-
Save Igaryu/90387208606048f6d3f74716737305f1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sqlite3 | |
try: | |
import pymysql | |
except: | |
print("Devi installare la libreria di MySQL.") | |
print("Esegui: pip install pymysql da terimale") | |
exit(-9) | |
print(f'Libreria SQLite3 e PyMySQL caricate!) | |
return() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment