Internet Explorer
Internet Explorer is not supported. Please upgrade to a more modern browser.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
</head>
<body>
<py-script>
import os
print(os.getcwd())
</py-script>
</body>
</html>