graykode

(add) exit code

Showing 1 changed file with 6 additions and 0 deletions
import sys
while True:
s = input()
if s == "exit":
sys.exit()