Embed executable Python code in a markdown page

The markdown format is supported by the Brython module browser.markdown.

In this example we show how a markdown page can include Python code that can be executed by the visitor. This can be used in online tutorials.

The code is editable, so users can modify the initial code and test modifications.