How can I get this code to return the cheapest item in the store?

前端 未结 0 883
有刺的猬
有刺的猬 2021-01-15 02:05
import random

def main():
    
    Sobeys = {\'broccoli\': 1.27, \'muffins\': 5.0, \'donuts\': 1.85,
          \'yogurt\': 2.41, \'bagels\': 4.91, \'bread\': 4.48,
         


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