a simple test file for online immport

This commit is contained in:
pmp-p 2019-07-08 21:53:07 +02:00
parent a0f5ad5f6b
commit f61cc8fa82

4
ports/javascript/test.py Normal file
View File

@ -0,0 +1,4 @@
print("Hello World from an online module")
print("__name__","=",__name__)
print("__file__","=",__file__)