1
0

9 lines
112 B
Python
Raw Permalink Normal View History

2019-06-15 15:31:01 -06:00
import sys
try:
while 'e':
sys.stdout.write('e')
except KeyboardInterrupt as e:
sys.exit('e')