Question: Write a Python program that, given a string, deletes from it all the characters whose indices are divisible by 3. Example input: Python Example output:
Write a Python program that, given a string, deletes from it all the characters whose indices are divisible by 3.
Example input: Python Example output: yton
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
