doctype html html head title Hello World body onload='brython(1)' h1 Hello World p Output from the program: div#output script src='https://cdn.rawgit.com/brython-dev/brython/3.2.6/www/src/brython.js' script type='text/python' src='client.py'