Пример #1
0
def main():
    data = [x for x in range(4)]
    q = Queue()
    q.add_all(data)
    print(q)