show the True value of eeeee

This commit is contained in:
Julien CHRISTOPHE 2018-12-11 18:37:02 +01:00 committed by GitHub
parent c5f1dfb3e9
commit b10a70cfea
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')