Practical No :2

PHOTO EMBED

Sun Feb 15 2026 15:52:46 GMT+0000 (Coordinated Universal Time)

Saved by @Aniket07

<!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>
content_copyCOPY

Py script implementation