Skip to content

Instantly share code, notes, and snippets.

@parzibyte

parzibyte/bd.py Secret

Created March 30, 2021 01:17
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/c3259b9a8bf31f09e255f853b0c9376b to your computer and use it in GitHub Desktop.
Save parzibyte/c3259b9a8bf31f09e255f853b0c9376b to your computer and use it in GitHub Desktop.
import pymysql
def obtener_conexion():
return pymysql.connect(host='localhost',
user='root',
password='',
db='juegos')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment