https://github.com/annotation/text-fabric
Raw File
Tip revision: 8bb877f4a28f0570f6ad5c1a7abb4bfc92e7a3af authored by Dirk Roorda on 07 August 2018, 13:38:17 UTC
use utf8 encoding when writing to files
Tip revision: 8bb877f
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top