return mysql.connector.connect(host="localhost",database="python_demo",user="root",password="password",port=3306) ...