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.
def func(x, y): print(x + y) # add missing code here...
Python
Setting up Python environment...
Output