Page 1 of 1

write a program using python: You are creating a program that verifies an entered email. Your program prompts a user for

Posted: Sun May 15, 2022 12:00 pm
by answerhappygod
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.