Solve problem "Delete a character" online - Learn Python 3 - Snakify

Delete a character


Statement

Given a string. Remove from this string all the characters @.

In all the problems input the data using input() and print the result using print().