Eeeee EE #302 eeee puhitaku/patch-2

Comply PEP 8
This commit is contained in:
iliana weller 2018-12-09 09:46:59 -08:00 committed by GitHub
commit d680705a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
e.py
View File

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