PCAP-31-03 Exam Question 6
What is the expected output of the following code?


PCAP-31-03 Exam Question 7
How many elements will the list2 list contain after execution of the following snippet?
list1 = [False for i in range (1, 10) ]
list2 = list1 [-1:1:-1]
list1 = [False for i in range (1, 10) ]
list2 = list1 [-1:1:-1]
PCAP-31-03 Exam Question 8
Assuming that the following piece of code has been executed successfully, which of the expressions evaluate to True? (Select two answers)


PCAP-31-03 Exam Question 9
Which of the following lambda definitions are correct? (Select two answers)
PCAP-31-03 Exam Question 10
An operator able to perform bitwise shifts is coded as (select two answers)

