logo CodeStepByStep logo

print_backward

Language/Type: Python parameters string

Write a function named print_backward that accepts a String as its parameter and prints the characters in the opposite order. For example, a call of print_backward("hello there!") should print the following output:

!ereht olleh

If the empty string is passed, no output should be produced.

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.