realPassword = "Maadi 2025" userPassword = input('Enter the password:') if userPassword == realPassword : print('User recognised') print('Welcome back!') else: print('System Locked!')