https://github.com/annotation/text-fabric
Raw File
Tip revision: 45bd64579ed19cf5ab2f1c259d13b0dd83d10822 authored by Dirk Roorda on 26 March 2019, 09:56:28 UTC
small fix
Tip revision: 45bd645
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top