it’s the inline version of the full code blocks. for example:
calc.exe
you can open it with the following python code
from subprocess import call call(["calc.exe"])
Cool!