username="Mr.guy412" ubox=input("Input username",) password="peanut butter jelly time" pbox=input("Input password",) if ubox==username: if pbox==password: print("Welcome, Mr.guy412.") else: print("Password is incorect.") else: print("username is incorrect.")