Exercise: Reverse string with for-loop

Create a for-loop that assigns the reverse of text to the variable reversed_text.
Python
Setting up Python environment...
Output