Comply PEP 8

Use 4 spaces per indentation level. https://www.python.org/dev/peps/pep-0008/#id17
This commit is contained in:
Takumi Sueda 2018-12-10 00:24:34 +09:00 committed by GitHub
parent 4e0cfb0f39
commit bf2abea04d
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)