Re: Quene

2005-11-30 Thread Peter Hansen
Tuvas wrote: > I am trying to write a function that holds a variable-length quene. The > quene has 2 bits of information. At some point, I would like to remove > bits of this quene, when they are completed. Is there a way to do this > with something as follows? > > quene=[] &

Re: Quene

2005-11-30 Thread Dave Hansen
On 30 Nov 2005 09:38:44 -0800 in comp.lang.python, "Tuvas" <[EMAIL PROTECTED]> wrote: >I am trying to write a function that holds a variable-length quene. The >quene has 2 bits of information. At some point, I would like to remove >bits of this quene, when they are comple

Quene

2005-11-30 Thread Tuvas
I am trying to write a function that holds a variable-length quene. The quene has 2 bits of information. At some point, I would like to remove bits of this quene, when they are completed. Is there a way to do this with something as follows? quene=[] quene.append((4,2)) quene.append((3,6)) if(4 in