use=input("type user name:") pas = "tomas423" userPas = input( "Enter the password: " ) if userPas == pas : print("Welcome!") else: print("Sorry this password is incorrect!")