2026-04-11 21:13:39 +09:00

1 line
55 B
Python

print("\n".join([s[::-1] for s in iter(input, "***")]))