M2P3E CODING LANGUAGE IS IN PYTHON
Given a string, delete all the characters "@" from this string.
Programming Tasks:
(1) Prompt the user to input a string.
(2) Output to the screen the string with "@" deleted.
Example I/O:
Input: Bilbo.Baggins@bagend.hobbiton.shire.me
Output:
Bilbo.Bagginsbagend.hobbiton.shire.me