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=[]
&
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
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