신정아

hello.py updated

Showing 1 changed file with 11 additions and 1 deletions
print("hello, world")
\ No newline at end of file
print("hello, world")
input=input("입력하세요")
if (input=="exit"):
def end( ):
quit()
return 0
\ No newline at end of file
......