이충섭

1st

Showing 1 changed file with 5 additions and 0 deletions
1 +def exit()
2 + print("Hello World!")
3 + return
4 +
5 +exit()