csc-python-solutions/05/1 - Echo.py
2021-02-18 19:37:51 +01:00

4 lines
36 B
Python

inp = input()
print(inp)
print(inp)