Answered step by step
Verified Expert Solution
Link Copied!

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!

image text in transcribedWhat it should output.

image text in transcribed

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 requirements

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Business Process Driven Database Design With Oracle PL SQL

Authors: Rajeev Kaula

1st Edition

1795532386, 978-1795532389

Students also viewed these Databases questions