realPassword = "RobloxBedwars4ever" userPassword = ("Enter the Password") userPassword = input("Enter Password:") if userPassword == realPassword : print( "You were right?!") print("Welcome Back!") else: print("System Locked!") print("Calling Security!...")