Hyukwoo Kim

update

Showing 1 changed file with 1 additions and 0 deletions
......@@ -3,4 +3,5 @@ a = input()
if (a == "exit"):
exit()
else:
print("입력한 글자 출력")
print(a)
......