Answer: x = (input (“Enter the password: “))
If (x == “Ada Lovelace”):
print (“correct!”)
If (x != “Ada Lovelace”):
print (“Not Correct”)
Step-by-step explanation:
Good luck!
7.2m questions
9.6m answers