https://github.com/annotation/text-fabric
Raw File
Tip revision: 56e51261ba90e49b77962d80e843c842ad3fe5e8 authored by Dirk Roorda on 07 March 2019, 13:21:09 UTC
small fixes for data display
Tip revision: 56e5126
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top