p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Functions I
Exercise: Multiple Function Parameters and Arguments
Exercise: Multiple Function Parameters and Arguments
Add the missing function call. It doesn't matter what output is printed in the end. Just make your code work.
Premium
reset
def func(x, y): print(x + y) # add missing code here...
Python
Setting up Python environment...
Output