MCPcopy Index your code
hub / github.com/LinkedInLearning/learning-python-2896241 / func1

Function func1

Ch2 - Basics/functions_finished.py:8–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7# define a basic function
8def func1():
9 print("I am a function")
10
11# function that takes arguments
12def func2(arg1, arg2):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected