u = input('Username: ') p = input('Password: ') if u == 'jim95' and p == 'apples': print('Welcome!') else : print('Nuh uh!')