Write a Python function named check_email(email_address) which takes as input a string (possibly) representing an email address and returns True if the string is a valid CMU email address or returns False otherwise. A valid email address should be of the following form firstname.l@cmu.ac.th, where 'I' is the initial character of a person's surname. Example inputs jakramate.b@cmu.ac.th. ---> True jakra.boot@cmu.ac.th ---> False jakramate.b@cmu.org --->False someone.S@cmu.ac.th ---> True Some.L@cmu.ac.th ---> True ThisMakesNoSense ---> False tom h@gmail.com False
Write a Python function named check_email(email_address) which takes as input a string (possibly) representing an email address and returns True if the string is a valid CMU email address or returns False otherwise. A valid email address should be of the following form firstname.l@cmu.ac.th, where 'I' is the initial character of a person's surname. Example inputs jakramate.b@cmu.ac.th. ---> True jakra.boot@cmu.ac.th ---> False jakramate.b@cmu.org --->False someone.S@cmu.ac.th ---> True Some.L@cmu.ac.th ---> True ThisMakesNoSense ---> False tom h@gmail.com False
C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter7: User-defined Simple Data Types, Namespaces, And The String Type
Section: Chapter Questions
Problem 8PE: Write a program that reads in a line consisting of a students name, Social Security number, user ID,...
Related questions
Question
2
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 4 steps with 2 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning