노강호

create echo.py

Showing 1 changed file with 7 additions and 0 deletions
def main():
while(1):
inp = input()
print(inp)
main()