Question: For Python: Consider the statement: L = {'1':1, '2':2, '3':3} is this: A) L is a list B) L is immutable C) L contains 6
For Python: Consider the statement: L = {'1':1, '2':2, '3':3} is this: A) L is a list B) L is immutable C) L contains 6 elements D) L has integer Keys E) L maps strings to integers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
