Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Create a password_Part1.py program to ask the user to input the First name, last name, email, and a password. Users should take care of

image text in transcribed
1. Create a password_Part1.py program to ask the user to input the First name, last name, email, and a password. Users should take care of the following rules mentioned below while entering the password. a. Password should be equal or greater than 10 characters. i. Hint : len() to check the length of the password b. Password should start with a letter. Only A-Z, a-z characters are allowed. i. Alpha = "ABCDEFabcdefgh" ii. Numbers = "0123456789" iii. Sp = "#_" iv. All = "ABCDEFabcdefgh0123456789#_" for loop/ while loop to iterate the password # let's say password is on pwd variable for p in pwd: If p in alpha

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_2

Step: 3

blur-text-image_3

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

Essentials of Business Analytics

Authors: Jeffrey D. Camm, James J. Cochran, Michael J. Fry, Jeffrey W. Ohlmann, David R. Anderson

2nd edition

1305627733, 978-1305861817, 1305861817, 978-0357688960, 978-1305627734

More Books

Students also viewed these Mathematics questions