How to iterate two lists into dict using __next__ python

前端 未结 0 1216
庸人自扰
庸人自扰 2020-12-15 05:08
class Checkout():
    def __init__(self, name):
        self.__items = []
        self.__amounts = []  # The number of each item
        self.__person_name = name

          


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