Answered step by step
Verified Expert Solution
Question
1 Approved Answer
need python programme WAP to accept name, phone number and email from a user and write functions to validate the information1. function to check if
need python programme
WAP to accept name, phone number and email from a user and write functions to validate the information1. function to check if the name - - has two words "John Smith" - has no numbers - length is greater than 7 characters2. function to check if the phone number - - has no non-numeric characters - the first 3 characters are one of the following(011,012,013....019)3. function to check if the email address is validate - valid format is name@address.com/orgappend to a file
functions: 1. gatherdata 2. namevalidation 3. phonenumber validation 4. emailvalidation 5. savedata
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started