View all questions & answers for the PCAP-31-03 exam
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]
zero
five
seven
three
Submit