passw = "5Ecr3t" enterpassw = input("Enter password: ") if passw == enterpassw : print("Welcome!") else: print("System Locked!")