Reverse a string

Just take any given string and output it in reverse, pretty easy, right?

Unsolved

Instructions

Your input variable could contain a variety of string values. Regardless of value, you'll need to reverse the string and print it out.


Inputs

value1

The string to reverse

Sample Test Cases

Simple string

value1: cat
output: tac

Complex string

value1: sd#$)(&*09&M0
output: 0M&90*&()$#ds

Test Results

Login/Register

At the moment only Discord login is supported.

Login with Discord