Python Institute PCAP-31-03 Question Answer
Select the valid fun () invocations:
(select two answers)
def fun (a, b=0):
return a*b
Python Institute PCAP-31-03 Question Answer
Select the valid fun () invocations:
(select two answers)
def fun (a, b=0):
return a*b