I want to know how to create accounts that save
Like in the fishing game, there were accounts that saved your progress
I want to know how to do this in python pls
Thanks!
import mysql.connector mydb = mysql.connector.connect( host="localhost", user="yourusername", passwd="yourpassword" ) print(mydb)
Help Pls
I want to know how to create accounts that save
Like in the fishing game, there were accounts that saved your progress
I want to know how to do this in python pls
Thanks!
Here is an example with Python: