https://github.com/annotation/text-fabric
Raw File
Tip revision: e2ae1dd9e78dd39b5faa0f9c370f62da8a13bbe9 authored by Dirk Roorda on 13 December 2021, 19:07:12 UTC
small improvements to the mod parameter of use()
Tip revision: e2ae1dd
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top