박해연

Update exit.py

Showing 1 changed file with 3 additions and 1 deletions
import sys
sys.exit()
a=input()
if a=='exit':
sys.exit()
......