Beginner
Reverse a String
Take a string input and output it in reverse order.
📝 Prompt Content
Write a program that accepts a text string and prints the characters of that string in reverse order.