mirror of
https://github.com/pyscript/pyscript.git
synced 2026-04-01 02:00:21 -04:00
6 lines
91 B
Python
6 lines
91 B
Python
from pyscript import display
|
|
|
|
import a
|
|
|
|
display("Hello World", target="test", append=True)
|