Select the valid fun () invocations:
(select two answers)
def fun (a, b=0):
return a*b
A variable stored separately in every object is called:
What is true about Python packages? (Select two answers)
What is the expected output of the following code?