Seohyeon Lee

file echo.py modify

Showing 1 changed file with 3 additions and 1 deletions
import sys
a = input("문자 입력")
if a == "exit":
sys.exit()
print(a)
\ No newline at end of file
......