Skip to content

Instantly share code, notes, and snippets.

@redradist
Created June 16, 2020 18:07
Show Gist options
  • Save redradist/537281c0fafe1948233a32adde20afe0 to your computer and use it in GitHub Desktop.
Save redradist/537281c0fafe1948233a32adde20afe0 to your computer and use it in GitHub Desktop.
from browser import document, alert
def hello(ev):
alert("Hello !")
document["button_alert"].bind("click", hello)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment