Advertisement
oredgaming

python username and password thing

Aug 25th, 2018
1,129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.65 KB | None | 0 0
  1. username = input ("please enter your username:")
  2. password = input ("please enter your password:")
  3. #                     copy and paste the code in between the lines for more uernames and passwords
  4. #---------------------------------------------------------------------------------------------------------------------
  5. #            change password and username here
  6. if (username == "input your username here") and  (password == "input your password here"):
  7.     print ("your code here")
  8. #---------------------------------------------------------------------------------------------------------------------
  9.  
  10. else:
  11.     print ("username or password incorrect")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement