146k views
0 votes
3.2 Code Practice: Question 3 edhesive

1 Answer

6 votes

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!

User Tiswas
by
6.9k points