Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 3, 2021 00:13
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/556d6ba04b13cf1ea1493d53b7865b9a to your computer and use it in GitHub Desktop.
Save parzibyte/556d6ba04b13cf1ea1493d53b7865b9a to your computer and use it in GitHub Desktop.
def crear_tablas():
conexion.connect()
conexion.create_tables([Palabra])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment