Question
Question 2) You are asked to develop a User-Management system in Python. You plan to complete the followings steps: an application which works as follow:
Question 2) You are asked to develop a User-Management system in Python. You plan to complete the followings steps: an application which works as follow: (30 marks) Step 1) Develop a Python application which prompts the user to enter 5 pairs of username and password from the input and display them in the output. Step 2) Develop a Python application which creates a dictionary for storing the following pairs of user/password into a
dictionary: Username Password
kyle.lowry Qwerty
pascal.siakam Pass
marc.gasol Asdfgh
serge.ibaka 1234
fred.vanvleet Zxcvbn
Using conditional statement, check the password length and if it is less than 6, display that username/password in the output. Develop a function that tests if a password meets the length criteria (having 6~14 character)
Step 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