Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 ".comStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started