Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 2, 2019 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/718bc2a96f4f2b4b9baa68a5b8ce7764 to your computer and use it in GitHub Desktop.
Save parzibyte/718bc2a96f4f2b4b9baa68a5b8ce7764 to your computer and use it in GitHub Desktop.
import sqlite3
bd = sqlite3.connect("base_de_datos.db")
print("Base de datos abierta")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment