[next] Porting most basic examples (#1631)

This commit is contained in:
Andrea Giammarchi
2023-08-10 22:42:01 +02:00
committed by GitHub
parent 8a1db288fc
commit 75a57a49f5
38 changed files with 451 additions and 70 deletions

View File

@@ -10,7 +10,7 @@
<body>
<script type="py">
from pyscript import display
display("Hello PyScript Next")
display("Hello", "PyScript Next", append=False)
</script>
</body>
</html>