mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-18 04:01:10 -05:00
6 lines
77 B
Python
6 lines
77 B
Python
from pyscript import document
|
|
|
|
import a
|
|
|
|
document.body.append("Hello World")
|