Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Valid Email Address
Python Code Challenge
43 -
Write a program that takes a string as input, and returns True if the string is a valid email address, and False if it is not, using an if statement and string methods.
Python
Strings
If Statements