Question: python please 3. a = [1,2,3]; b = a; for i in range(3,0,-1): a[i] =i*a[i] b[2] = a[2] + 5 After running the program, what's

python please python please 3. a = [1,2,3]; b = a; for i in

3. a = [1,2,3]; b = a; for i in range(3,0,-1): a[i] =i*a[i] b[2] = a[2] + 5 After running the program, what's the variable a?( ) A. [3,4,3) B. [3, 4, 8] C. [3,4,3,0) D. [3,4,8,0] 4. The following statement defining a dictionary, which one is incorrect? ( ) A. {(12,3): 212) B. {1:1) C. {abc':3} D. {[1.21: 123

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!