username = input ( "Enter username." ) if username == "Freedom" : print( "Correct username." ) else: print( "Wrong! Try again." ) username = input ( "Enter username." ) password = input( "Enter password" ) if password == "J4H1F1" : print( "Welcome." ) else: print( "Access Denied" )