What’s this new Wo3 feature for?

Seems pretty similar to this

it’s the inline version of the full code blocks. for example:

my favourite windows program is calc.exe

you can open it with the following python code

from subprocess import call
call(["calc.exe"])

Cool!

View all comments