import re
name = input("what is your name:\\n")
def validation(): valid = True while valid: pw = input("what is the password:\\n") if pw ==