- 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"}
6 Answers
+ 2
cars = {"BMW": "blue", "Volvo": "red"}
+ 3
1 . :
2. ,
3. }
is correct answer
0
Fill in the blanks to define a valid dictionary with two elements.
cars = {"BMW": "blue", "Volvo": "red"}
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"}
0
{"BMW": "blue", "Volvo": "red"}
0
Q)Fill in the blanks to define a valid dictionary with two elements.
ans : cars = {"BMW" : "blue" , "volvo":"red"}