logo CodeStepByStep logo

stutter

Language/Type: Python string
Author: Melissa Hovik (on 2017/07/08)

Write a function named stutter that accepts a string parameter returns a new string replacing each of its characters with two consecutive copies of that character. For example, A call of stutter("hello") would return "hheelllloo".

Function: Write a Python function as described, not a complete program.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.