How to iterate a list of list and updating the elements in the list using only list comprehension

前端 未结 0 603
情书的邮戳
情书的邮戳 2020-11-29 12:17

I have a list of lists of bookshop orders:

orders = [ [1, ("5464", 4, 9.99), ("8274",18,12.99), ("9744", 9, 44.95)],
                    


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