csc-python-solutions/05/1 - Echo.py

4 lines
36 B
Python
Raw Permalink Normal View History

2021-02-18 18:37:51 +00:00
inp = input()
print(inp)
print(inp)