info1 = Label(top2, text="Name= %s" % nm).place(x=30,y=50) info2 = Label(top2, text="email= %s" % eml).place(x=30,y=90) info3 = Label(top2, text="Password= %s" % pwd ...