Solve problem "Delete every third character" online - Learn Python 3 - Snakify

Delete every third character


Statement

Given a string. Delete from it all the characters whose indices are divisible by 3.
Advertising by Google, may be based on your interests

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