Question: ( ) Short Answer Exercise: True Count How many times does True show up in the output of this program? (Draw a diagram to help

( ) Short Answer Exercise: True Count How many times does True show up in the output of this program? (Draw a diagram to help keep track.) 11 list1 = [9, 1, 1] list3 = list(list1) list2 list1 list4 list3[:] list1[0] = 4 list5 list1 print(list1 is list2, list2 is list3, list3 is list4, list4 is list5) print(list1 == list2, list2 list3, list3 == list4, list4 == list5) 23 Your answer (enter a number): Check answer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
