https://github.com/annotation/text-fabric
Raw File
Tip revision: 654c41a7c75454ea2b22dc83a6ec5d19a21e8d49 authored by Dirk Roorda on 14 December 2018, 15:19:47 UTC
import glitch
Tip revision: 654c41a
srun.py
from subprocess import run

print('A')
run('python3 hello.py', shell=True)
print('B')
back to top