{{c import subprocess
ret = subprocess.run(["echo","Hello World"],stdout=subprocess.PIPE) print(ret.stdout.decode("utf8")) }}%TIME=1621069163