mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 02:37:41 -05:00
6 lines
91 B
Python
6 lines
91 B
Python
from pyscript import display
|
|
|
|
import a
|
|
|
|
display("Hello World", target="test", append=True)
|