4 lines
36 B
Python
4 lines
36 B
Python
|
inp = input()
|
||
|
print(inp)
|
||
|
print(inp)
|