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