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,...
icon
Related questions
Question

2

which
Write a Python function named
check_email(email_address)
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 'l' 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
Transcribed Image Text:which Write a Python function named check_email(email_address) 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 'l' 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
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Datatypes
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.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning