Question: A website only lets users set a password if the the password contains between 8 and 15 characters, starts with an alphabet, contains at least
A website only lets users set a password if the the password contains between 8 and 15 characters, starts with an alphabet, contains at least one uppercase letter, and contains at least one number. Write an application that reads a password string from the user and checks its validity.
Step by Step Solution
3.31 Rating (157 Votes )
There are 3 Steps involved in it
To build this application we will use Python as a programming language and use some of its builtin libraries re for regular expressions and getpass fo... View full answer
Get step-by-step solutions from verified subject matter experts
