change `sys.exit(0)` to `sys.exit('e')`
@ -4,4 +4,4 @@ try:
while True:
sys.stdout.write('e')
except KeyboardInterrupt:
sys.exit(0)
sys.exit('e')