Fill in the blanks to define a valid dictionary with two elements. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Fill in the blanks to define a valid dictionary with two elements.

Fill in the blanks to define a valid dictionary with two elements. cars = {"BMW"? "blue"? "Volvo": "red"}

11th Aug 2018, 12:52 PM
IG RAK
IG RAK - avatar
6 Answers
+ 2
cars = {"BMW": "blue", "Volvo": "red"}
11th Aug 2018, 1:05 PM
Abdulla Zaqout
Abdulla Zaqout - avatar
+ 3
1 . : 2. , 3. } is correct answer
2nd Mar 2021, 4:00 PM
v manojbabu
v manojbabu - avatar
0
Fill in the blanks to define a valid dictionary with two elements. cars = {"BMW": "blue", "Volvo": "red"}
3rd Aug 2019, 5:40 AM
GYANENDRA PAL SINGH
GYANENDRA PAL SINGH - avatar
0
Fill in the blanks to define a valid dictionary with two elements. Fill in the blanks to define a valid dictionary with two elements. cars = {"BMW": "blue","Volvo": "red"}
6th Oct 2020, 10:18 AM
Shravani Jogu
Shravani Jogu - avatar
0
{"BMW": "blue", "Volvo": "red"}
15th Jan 2021, 6:21 PM
Syed Fahad Ahmed
Syed Fahad Ahmed - avatar
0
Q)Fill in the blanks to define a valid dictionary with two elements. ans : cars = {"BMW" : "blue" , "volvo":"red"}
26th May 2021, 11:51 AM
Madhavareddy
Madhavareddy - avatar