name = input("What's your name?: ") password = "secret123" password1 = input("Please in sert password to enter:") if password == password1: print("Welcome to the server") else: print("Wrong password")