mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-22 19:53:00 -05:00
4 lines
97 B
Python
4 lines
97 B
Python
from pyscript import document, window
|
|
|
|
document.body.append(window.Date.now() - window.start)
|