loveysuby

added exit function

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