con = pymysql.connect(host = "localhost", user = "root", db = "tutorial", password = "12345678")
cur = con.cursor()