Advertisement
TaliciaCanty

user name password

Jun 12th, 2018
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. username = input("Enter your username:")
  2. print("Hello" + username)
  3. password = input ("Enter you Password: ")
  4. print ("Hello" + password)
  5. if username ==("008096"):
  6. print ("your user name is correct")
  7. if password ==("5"):
  8. print ("your password is correct")
  9. else: print("username or password not correct")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement