Question: Python help please a. Create a file called YOUR_NAME_EmailParse.py i. Define a variable string_two at the top of the file copying the string from the

Python help please
a. Create a file called "YOUR_NAME_EmailParse.py" i. Define a variable "string_two" at the top of the file copying the string from the screenshot below. two =111 mith@frcc.com; SARAH: sbarret@frcc.com; WILL: westes@gmail.com; doe@hotmail.net; MARK: mbethefrcc.com; JOHN: jadamseemail.net; ii. Create a dictionary from the string_two with the name (i.e. "JIM") as the key and the email (i.e. 'jsmith@frcc.com') as the value. iii. Display the dictionary iv. Using regular expressions or another method 1. Get the names (i.e. "JIM") in string_two with an email from "frcc.com" 2. Get the names in string_two that do not have an email from "frcc.com" 3. Get the names in string_two that contain ".com" 4. Get the names in string_two that do not contain ".com
Step by Step Solution
There are 3 Steps involved in it
To solve this problem you need to parse email strings separate the names from their emails and perform specific operations using Python Heres how you ... View full answer
Get step-by-step solutions from verified subject matter experts
