0

I do this:

q = Queue()
runs = []

for i in range(0, q.qsize()):
   runs.append(q.get())

So the i variable is unused.

How do I write this correctly?

cs95
  • 379,657
  • 97
  • 704
  • 746
Stéphane
  • 425
  • 2
  • 7
  • 21

0 Answers0