Adding the values of tuples together

前端 未结 0 1634
小鲜肉
小鲜肉 2020-12-10 01:11
class WaitingList:
       
    def __init__(self):
           
        self.items = []   
     
    
    def stillWaiting(self, destination):
        newList = []
           


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