https://github.com/annotation/text-fabric
Revision 47a958003620d3894413328c0bde60aabeb2f41c authored by Dirk Roorda on 06 January 2022, 15:05:12 UTC, committed by Dirk Roorda on 06 January 2022, 15:05:12 UTC
1 parent 2cf3efd
Raw File
Tip revision: 47a958003620d3894413328c0bde60aabeb2f41c authored by Dirk Roorda on 06 January 2022, 15:05:12 UTC
reorg
Tip revision: 47a9580
srun.py
from subprocess import run

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