This page is my Brython playground!


from browser import document, alert

def echo():
  alert("hello")

echo()