Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LinkedInLearning/learning-python-2896241
/ func2
Function
func2
Ch2 - Basics/functions_finished.py:12–13 ·
view source on GitHub ↗
(arg1, arg2)
Source
from the content-addressed store, hash-verified
10
11
# function that takes arguments
12
def
func2(arg1, arg2):
13
print(arg1,
" "
, arg2)
14
15
# function that returns a value
16
def
cube(x):
Callers
1
functions_finished.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected