Advertisement
IceDemon7

My Password system

Jun 12th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. username=input("Enter your username:")
  2. password=input("Enter your password:")
  3. if username == Branden:
  4. print("your username is correct")
  5. if password == DarkSoul:
  6. print("your password is correct")
  7. else:
  8. print("username or password is incorrect")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement