from Tkinter import*
root =Tk()
scrollbar =Scrollbar(root)
scrollbar.pack( side =RIGHT, fill = Y )
mylist =Listbox(root, yscrollcommand = scrollbar.set )
for line in range(100):
mylist.insert(END, "This is line number "+str(line))
mylist.pack( side =LEFT, fill =BOTH )
scrollbar.config( command = mylist.yview )
mainloop()
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems
resetting your password contact us
Check Your Email and Click on the link sent to your email