Guest User

Untitled

a guest
Sep 16th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.37 KB | None | 0 0
  1. Python Boolean Statements, and IfandElse
  2. ------------------------------------------------------
  3. #User Identification
  4. ##Written by: Seena Rowhani
  5.  
  6. User = raw_input[' Enter a Username ']
  7. Pass = raw_input[' Enter a Password ']
  8. Passw = raw_input['Verify your password']
  9. If Passw == Pass
  10.       Print " 'Welcome ' +User ', Please Proceed' "
  11. #incorperate a windowed user interface
Add Comment
Please, Sign In to add comment