Revision 6f483c3ab13cd3ec58d8be789bbacdce8d19a2d3 authored by Dirk Roorda on 10 September 2020, 07:53:43 UTC, committed by Dirk Roorda on 10 September 2020, 07:53:43 UTC
1 parent 8fe473b
Raw File
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top