Advertisement
Guest User

Untitled

a guest
May 6th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. #! /usr/bin/python
  2. #This Is my First Script in Python.
  3. #Hopefully i will become an Expert in This Language
  4. username = 'CoolCat'
  5. password = 2020
  6. print 'What is Your Username'
  7. if input() == username:
  8. print 'What is The password'
  9. if input() == password:
  10. print 'Password Correct'
  11. else:
  12. print 'Password Incorrect, Security Alert Security Alert LockDown in 3 2 1'
  13. exit ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement