password= input("Enter a password: ")
realpassword= "5Ecr3t"

if password == realpassword:
    print("Welcome!")
else:
    print("System Locked!")