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

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

1 Expert Approved Answer
Step: 1 Unlock

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

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!