Skip to content

Instantly share code, notes, and snippets.

@redradist
Last active June 16, 2020 18:18
Show Gist options
  • Save redradist/3f20cc832be22eba63fb0512a7778ce1 to your computer and use it in GitHub Desktop.
Save redradist/3f20cc832be22eba63fb0512a7778ce1 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<script src="https://cdn.jsdelivr.net/npm/brython@3.8.9/brython.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/brython@3.8.9/brython_stdlib.js"></script>
</head>
<body onload="brython(1)">
<script type="text/python" src="display_an_alert_box.py"></script>
<button id="button_alert">display an alert box</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment