mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-31 17:03:24 -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)
|