Answered step by step
Verified Expert Solution
Question
1 Approved Answer
WRITE THE PYTHON CODE. AND DRAW THE FLOWCHART(Handwritten) 1. Create a dictionary named password_hint that contains email addresses as keys, and password and hint as
WRITE THE PYTHON CODE. AND DRAW THE FLOWCHART(Handwritten)
1. Create a dictionary named password_hint that contains email addresses as keys, and password and hint as nested dictionaries. Make up data for five dictionary entries. Get email address and password from user, check with dictionary and if it is correct, print 'Log In Success', else prompt the user to change password by asking the user 'Hint', check it and change the password. Print final password_hint dictionary. Example: password_hint ={ user_email1:\{pwd:xxx1, hint:yyy1 },user_email2:\{pwd:xxx2, hint:yyy2 }, aStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started