Preview:
<!DOCTYPE html>

<html>

<head>

 <link rel="stylesheet" href="https://pyscript.net/releases/2024.1.1/core.css" />

 <script type="module" src="https://pyscript.net/releases/2024.1.1/core.js"></script>

</head>

<body>

 <div id="output"></div>

 <script type="py">

 from pyscript import display

 display("Hello World", target="output")

 </script>

</body>

</html>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter