PCAP-31-03 Exam Question 11
Assuming that the snippet below has been executed successfully, which of the following expressions will evaluate to True? (Select two answers) string = 'SKY' (:: -1) string = string (-1)
PCAP-31-03 Exam Question 12
Assuming that the math module has been successfully imported, which of the following expressions evaluate to True? (Select two answers)
PCAP-31-03 Exam Question 13
Select the valid fun () invocations:
(select two answers)
def fun (a, b=0):
return a*b
(select two answers)
def fun (a, b=0):
return a*b
PCAP-31-03 Exam Question 14
What is true about the following snippet? (Select two answers)


PCAP-31-03 Exam Question 15
Files with the suffix .pyc contain:
