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.