Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
8
def
func1():
9
print(
"I am a function"
)
10
11
# function that takes arguments
12
def
func2(arg1, arg2):
Callers
1
functions_finished.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected