Comply PEP 8
@ -1,7 +1,7 @@
import sys
try:
while True:
sys.stdout.write('e')
except KeyboardInterrupt:
sys.exit(0)