name1 = input( "What's the password?:" ) password = "Beans" if name1 == "Beans": print ( "Welcome!" )