Answered step by step
Verified Expert Solution
Question
1 Approved Answer
***Python please***(with explanation) no list/array, tuple, or dictionary, and please don't reply the answer which already exists on Chegg. Thank you! What it should output.
***Python please***(with explanation)
no list/array, tuple, or dictionary, and please don't reply the answer which already exists on Chegg. Thank you!
What it should output.
Question 5. (5 points) Write one function called test_password that takes any user input password and verify if the password meets the following requirements or not: length between 8 and 16 alphanumeric characters, and needs to include at least, one lower case letter, one upper case letter, number, and special characters (only @,-, \#, \$, or \% are accepted). To verify your work implement a function called tester that asks the user to interactively enter the password and verify all the requirements are met or not. Your function should print statements that tell if the password is acceptable or not. Take a look at the examples provided in section 2. \#test Q5 >>>tester() Enter your password: uottawa2022 Try again, your password does not meet al1 requirements >>>tester() Enter your password: uottawa@2022 Great, your password meets all requirementsStep 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