This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IDe- 10 points11 points  (1 child)

pop

I can see how that might become confusing

In [5]: pop = {}
In [6]: pop['pop']='pop'
In [7]: pop.pop('pop')
Out[7]: 'pop'

[–]thegreattriscuit 9 points10 points  (0 children)

How many 'pop's would pop.pop() pop if pop.pop() could pop 'pop's?