# steps: 1) import tkinter 2) create an instance using 'Tk' module in tkinter 3) call mainloop- here a window of tkinter is opened wher we do remaining things # Examples of widgets in tkinter - labels ...
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 ...
वे परिणाम जो आपके लिए पहुँच योग्य नहीं हो सकते हैं, वे वर्तमान में दिखा रहे हैं.
पहुँच से बाहर के परिणामों को छुपाएँ