correctpassword = "5Ecr3t" checkpoint = input( "Enter the password: " ) if checkpoint == correctpassword : print( "Nice" ) print( "Welcome!" ) else: print( "Wrong." ) print( "System locked!" )