Question: python pyhton 6. if Dis dictionary which of the following will print all keys in D: A) for data1, data2 in Ditems(): print(data) B) for
python
pyhton
6. if Dis dictionary which of the following will print all keys in D: A) for data1, data2 in Ditems(): print(data) B) for data in D values(): print(data1) C) for data1 in D: print(D[data 1]) (2 Points) Oc All answers are false 8 6. if Dis dictionary which of the following will print all keys in D: A) for data1, data2 in Ditems(): print(data1) B) for data1 in D values(): print(data1) C) for data1 in D: print(D[data11) (2 points) A All answers are false B
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
