Python: Reverse a String
Beginner
Python
Created by Best
· 12.04.2026 at 16:05 UTC
· 1 completed
Read a string from stdin and print it reversed.
Example:
Input:
hello
Output:
olleh
Think about Python slicing or the reversed() built-in.
University approvals: 0
Tasks
Card Info
- Topic: Python
- Difficulty: Beginner
- Completed: 1 users
Creator
Best
BestBuddy