Write a python program that: 1. takes input from a user until they enter the string "done" 2. finds emails in the input strings 3. counts the number of times each email domain appeared in the input. (note: An email domain is the part of an email address that comes after the @ symbol)

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 3PE
icon
Related questions
Question

Write a python program that:

1. takes input from a user until they enter the string "done"

2. finds emails in the input strings

3. counts the number of times each email domain appeared in the input.

(note: An email domain is the part of an email address that comes after the @ symbol)

Input:

From stephen.marquard@uct.ac.za Sat Jan  5 09:14:16 2008

From kiran@rutgers.edu on Sat Jan 10 04:04:19 2018

From garimella@uct.ac.za Sun Jan 3 05:19:16 2020

From warren@rutgers.edu Mon Feb  5 11:12:16 2016

From allan.marquard@gmail.com Tue Feb 5 01:12:23 2014

done


Output:

{'uct.ac.za': 2, 'rutgers.edu': 2, 'gmail.com': 1}

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Problems on Dynamic Programming
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