Question: 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 }, a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
