user = input( "Enter your Username " ) password = input( "Enter your password" ) if user == 'bottom' : if password == 'z': print('Proceed') else: print( "The password is incorrect" ) else: print( "The username isnt reconisded" )