password="john" user=input("Enter pasword:") if user == password: print("Welcome!") else: print("Sustem Locked!")