Guest User

Untitled

a guest
Oct 31st, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. x = raw_input("username: ")
  2. y = raw_input("password: ")
  3. passanswer = "cherrypie554"
  4. if y == passanswer:
  5.     print ("Hello %s") % x
  6. else: print ("incorrect. try again")
Add Comment
Please, Sign In to add comment