ctf-resources/htb/hacktheboo2024/coding/[Very Easy] reversal/solutions/solve.py

4 lines
28 B
Python
Raw Permalink Normal View History

2024-10-23 11:10:43 +02:00
s = input()
print(s[::-1])