Wait... when you unpack a tuple, you're assigning names to the data rather than pulling the data from the tuple? Wow, that makes so much more sense!
So for a stack and a queue... are these types of lists? If you add something to a list with a stack, does that limit you to only adding other items via stack?
no subject
So for a stack and a queue... are these types of lists? If you add something to a list with a stack, does that limit you to only adding other items via stack?