MCPcopy
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
7def my_function():
8 print("Esto es una función")
9
10
11my_function()

Callers 1

10_functions.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected