Brython2019-02-12ContentsThis page is my Brython playground! from browser import document, alert def echo(): alert("hello") echo()