Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. lengthcheck = len(initialpasstest1)
  2. if lengthcheck <5:
  3. print('You password is too short please re-enter a new password')
  4. initialpasstest1 = input("Please choose your password: ")
  5. else:
  6. initialpasstest2 = input("Re-enter new password: ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement