mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
4 lines
67 B
Python
4 lines
67 B
Python
from pyscript import document
|
|
|
|
document.body.append("Hello World")
|