Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For python Write a program to create an account using the following information: Full Name a valid name should have a first and a last

For python

image text in transcribed

Write a program to create an account using the following information: Full Name a valid name should have a first and a last name. Password a valid password must have at least 8 characters, including at least one uppercase letter and one digit. Email address To be valid, the address has to contain an @ sign and end with com Phone number-valid phone number consists of 10 characters that are digits. When all of the entries are valid, display the message shown above, including the phone number format that uses dots to group the digits. Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) (MSC v.1900 32 bit (Intel)] on win32 Type "copyright". "credits" or "license $9s for more information. RESTART: CUsers Shuba OneDrive Documents Shuba Rowan Python AA Rowan 2018 Spring Week 10 createaccount.py Enter full name: shuba bas?u shuba bas?u Enter password: Qwer 12345 Qwer 12345 Enter email address: shuba@ yahoo.com shuba@ yahoo.com Enter phone number without any dashes: 1234567899 123.456.7899 Hi shuba, thanks for creating an account. We'll text your confirmation code to this number: 123.436.7899 3>S

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

More Books

Students also viewed these Databases questions