mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-13 16:00:37 -05:00
6 lines
61 B
Python
6 lines
61 B
Python
from pyscript import window
|
|
|
|
window.console.log("OK")
|
|
|
|
a = 1
|