Question: In the function call below, y and x are: def IncreaseNum(x,y): X +3 y += 2 print(x) print(y) IncreaseNum(y = 5, x = 1) O
In the function call below, y and x are: def IncreaseNum(x,y): X +3 y += 2 print(x) print(y) IncreaseNum(y = 5, x = 1) O positional arguments keyword arguments optional arguments None of these Previous
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
