Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ helloWorld
Function
helloWorld
tests/js/modules/python-cjs-module.py:6–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
# @date Jun 2023
5
6
def
helloWorld():
7
print(
'hello, world!'
)
8
9
10
exports[
'helloWorld'
] = helloWorld
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected