Question: Drag each code below into the green boxes in their correct order Code name _ and _ age = { Bill : 6

Drag each code below into the green boxes in their correct order
Code
name_and_age={"Bill":61,"Jane":34,"Sven":56} print(name_and_age)
print(Name_and_age.keys())
print(name_and_age.values())
print(name_and_age.items())
Output
\table[[dict_items(['Bill',61),('Jane',34),('Sven',56)])],[dict_keys(['Bill', 'Jane', 'Sven'])],[dict_values([61,34,56])],[{'Bill': 61, 'Jane': 34, 'Sven': 56}],[]]
Incorrect
 Drag each code below into the green boxes in their correct

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!