Link

Inline Python

Stable

Inserting python code is useful when testing or building an application using features that have not yet been implemented in Igloo.

To enter inline code, simply wrap your python code with two backticks.

`print("Hello from Python 3!")`;