Python Institute Certified Associate in Python Programming PCAP-31-03 Question # 41 Topic 5 Discussion

Python Institute Certified Associate in Python Programming PCAP-31-03 Question # 41 Topic 5 Discussion

PCAP-31-03 Exam Topic 5 Question 41 Discussion:
Question #: 41
Topic #: 5

Select the valid fun () invocations:

(select two answers)

def fun (a, b=0):

return a*b


A.

fun(b=1)


B.

fun (a=0)


C.

fun(b=1, 0)


D.

fun (1)


Get Premium PCAP-31-03 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.