#I do know that the f tag allows me to put varribels in a message# guess = input("Enter a password: ") password= ("5Ecr3t") if guess != password : print("System Locked!") else: print("Welcome!")