Please enable JavaScript to use CodeHS

Intro to Brython - Calculator

By Zach Galant

Co-Founder of CodeHS

</head> <body onload="brython()"> <script type="text/python"> from browser import document document <= "Hello !" </script> </body> </html> ```">
``` If you want, you can also just insert the entire text with the `<style>` tags into the `<head>` tag in your `index.html` file.">