mirror of
https://github.com/pyscript/pyscript.git
synced 2022-05-01 19:47:48 +03:00
Call fly in antigravity.html
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
<script defer src="../build/pyscript.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<b>
|
||||
Based on xkcd: antigravity https://xkcd.com/353/.
|
||||
</b>
|
||||
<py-script src="antigravity.py"></py-script>
|
||||
<b>Based on xkcd: antigravity https://xkcd.com/353/.</b>
|
||||
<py-script>
|
||||
import antigravity
|
||||
antigravity.fly()
|
||||
</py-script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user