Files
CodeObject/storage/zeta/py/completed/11945.py

1 line
60 B
Python

for i in range(int(input().split()[0])):print(input()[::-1])