Brython Editor
Tulos:
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://www.matikki.fi/guidebook-python/brython/brython380/brython.js"></script>

<title>Brython</title>
</head>

<body onload="brython({debug:1,indexedDB: false})">

<script type="text/python">
from browser import document

document <= "duupa duu"
</script>


</body>
</html>