class WaitingList: def __init__(self): self.items = [] def stillWaiting(self, destination): newList = []