eeeeeeeeeeeeeeeeeeeee

This commit is contained in:
Alex Chermenin 2018-12-10 17:36:36 +05:00 committed by GitHub
parent d2f145bc00
commit 66d7f70f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
e.py
View File

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