Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/Hello-Python
/ my_function
Function
my_function
Basic/10_functions.py:7–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
# Definición
6
7
def
my_function():
8
print(
"Esto es una función"
)
9
10
11
my_function()
Callers
1
10_functions.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected