Advertisement
Guest User

Untitled

a guest
Jan 31st, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. print("Please login your account.")
  2.  
  3. username=""
  4. password=""
  5. while username!="eren" and password !="arıcı":
  6. username=input("Please input your username : ")
  7. password=input("Please input your password : ")
  8. if username=="eren" and password=="arıcı":
  9. print("Succesfull!")
  10. else:
  11. print("Please try again.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement