Open4Discuss

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Announcement: Our App for Android version

Hello Everyone, We’re excited to announce that the our App for Android version is available now version 1.0.0 size 6.2MB

Technology Pyscript test code
Started by Hemanth

Hemanth

Hemanth

Admin Moderator Member
Joined
24 Dec 2024
Last Seen
25 Jun 2025
Topics
28
Posts
33
<!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>
x1
Hemanth · 4 months ago