Loop Question

christhecomic at gmail.com christhecomic at gmail.com
Mon Jun 24 08:12:51 EDT 2013


Here is my code...I'm using 2.7.5

username=raw_input("Please enter your username: ")
password=raw_input("Please enter your password: ")
if username == "john doe" and password == "fopwpo":
     print "Login Successful"
else:
     print "Please try again"



More information about the Python-list mailing list