password = input ("Enter Password:") Goodpassword = " Woah" if password == Goodpassword : print ("Welcome!") else: print ("go away idiot its wrong")