write a program using python:
You are creating a program that verifies an entered email. Your
program prompts a user for an email and determines whether it is
valid. An email that is not valid produces an error message:
"Invalid email: [email protected]" AND prompts again. Once a
correct email is entered your program will display the message
"Valid email: [email protected]" and the program ends.
Write a program that:
Prompts a user to enter an email.
Errors off when an invalid email is entered.
Loop until a valid email is entered.
write a program using python: You are creating a program that verifies an entered email. Your program prompts a user for
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
write a program using python: You are creating a program that verifies an entered email. Your program prompts a user for
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!