How to get only the values from a dictionary | python | dictionary |

后端 未结 0 2019
孤街浪徒
孤街浪徒 2020-12-18 17:43
product_list = [\'apple\', \'orange\']
price_list = {0:\'100\', 1:\'110\'}


price_product_list = {}
print(products_list)
for k in products_list:
    for l in price_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题