Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python method Write a static method named password with the following specification: Input parameters: -variable named password , type str Return Value: -type bool :

Python method

Write a static method named password with the following specification:

Input parameters:

-variable named password , type str

Return Value:

-type bool : True if password is valid, False otherwise

The password will be valid if it follows the following criteria:

-Minimum length is 10 characters

-At least 2 letter between a - z and 1 letter between A - Z

-At least one special character . , # (

-At least 1 number 0 - 9

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions