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.

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