password = input( "What is the Password : " ) if password == "5Ecr3t" : print( "Greetings!" ) else : print( "System Locked" )