Skip to content

Instantly share code, notes, and snippets.

@Igaryu
Last active August 12, 2023 09:25
Show Gist options
  • Save Igaryu/90387208606048f6d3f74716737305f1 to your computer and use it in GitHub Desktop.
Save Igaryu/90387208606048f6d3f74716737305f1 to your computer and use it in GitHub Desktop.
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