skulpt / skulpt

Skulpt is a Javascript implementation of the Python programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot Import Skulpt JS In HTML Code...

sancho1952007 opened this issue · comments

<script src="http://www.skulpt.org/js/skulpt.min.js" type="text/javascript"></script> <script src="http://www.skulpt.org/js/skulpt-stdlib.js" type="text/javascript"></script>
commented

Try it without the www.
You can probably also use jsdeliver

<script src="https://cdn.jsdelivr.net/npm/skulpt@1.2.0/dist/skulpt.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/skulpt@1.2.0/dist/skulpt-stdlib.js"></script>