logo CodeStepByStep logo

add_commas

Language/Type: Python string return

Write a function named add_commas that accepts a string representing a number and returns a new string with a comma at every third position, starting from the right. For example, the call of add_commas("12345678") returns "12,345,678".

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.