MCPcopy 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
12def func2(arg1, arg2):
13 print(arg1, " ", arg2)
14
15# function that returns a value
16def cube(x):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected