노강호

create echo.py

Showing 1 changed file with 7 additions and 0 deletions
1 +def main():
2 + while(1):
3 + inp = input()
4 + print(inp)
5 +
6 +
7 +main()