Get expert insights and community support for your questions on IDNLearn.com. Join our interactive community and access reliable, detailed answers from experienced professionals across a variety of topics.
password = "Ada Lovelace"
if input("Enter the Password: ") == password:
print("Correct!")
else:
print("Not Correct")
I wrote my code in python 3.8. I hope this helps.