在字典內部添加數組,在更多數組內。在字典裏面添加數組,在更多數組裏面?
我問了一個問題,Jakebird451幫了我。但我現在問題最多。
fruits = [{
'name':"apple",
'color':["red","green"],
'weight':1
}, {
'name':"banana",
'color':["yellow","green"],
'weight':1
}, {
'name':"orange",
'color':"orange",
'weight':[1,2]
}, {
'name':"pear",
'color':"orange",
"size" : [
{
"weight" : 4,
"mass" : 1.6
},
{
"weight" : 4,
"mass" : 2
},
{
"weight" : 4,
"mass" : 2.5
}
]
}]
如果有另一個字典與另一個數組該怎麼辦? 我如何使用此功能來獲得重量和質量?
def findCarByColor(theColor):
array=[]
for x in carList:
if theColor in x['Color']:
array.append(x['name']+" "+x['weight'])
return array
print findit2("red")
我回滾了你的問題。你的編輯沒有意義。你問了一個新問題:「如果數字大於'東西',則打印出'東西'大於'數字'的水果名稱和顏色。你不能有'number'大於'stuff'的條件,然後在'stuff'大於'number'時打印答案!請提出一個新問題,並考慮您正在測試的條件。 – gauden