https://github.com/annotation/text-fabric
Raw File
Tip revision: 426b1569c963b98a17d5bd8e7dce7fd9f5195a76 authored by Dirk Roorda on 20 February 2020, 21:31:39 UTC
open statements now with encoding=utf8
Tip revision: 426b156
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top