-11
province = {'ontario' : 'on', 'alberta' : 'ab', 'quebec' : 'qc', 'british_columbia' : 'bc'}
capitals = { 'on' : 'toronto', 'ab': 'edmonton', 'qc' :'montreal', 'bc': 'victoria'}
並且我像輸出一樣;將第一個字典鍵與第二個字典值結合起來
' the capital of Ontario is toronto'
' the capital of alberta is edmonton'
是否\t的\t代碼\t做\t什麼\t是\t問\t爲\t和\t工作\t爲\t任意\t尺寸\t要麼\t字典\t? – ram