Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

1.

A set of email ids are available as both comma and semicolon separated string
. All the email ids have the user name before the @ symbol.
Write a program which will take this email string as an input, retrieve the user
ids
2. Find the count of the names starting with a particular character from a list
of names separated by comma
3. Implement a simple calculator function with exception handling.

You might also like