← Back to List

26574번: Copier ↗

Solutions

Python 3
61 B | 61 chars
for i in range(int(input())):
    a = input()
    print(a, a)