From 557b9c477ee08bbfa687ad237f1ade093ab863f7 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Tue, 23 Aug 2022 00:56:22 +0200 Subject: [PATCH] Added PyScript snippet --- snippets/pyscript.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 snippets/pyscript.html diff --git a/snippets/pyscript.html b/snippets/pyscript.html new file mode 100644 index 0000000..b4766e3 --- /dev/null +++ b/snippets/pyscript.html @@ -0,0 +1,5 @@ + + + import sys, js + js.console.log(sys.version) +