python list boundary -
is there boundary on list , dictionary in python? if there is, limit?
i think boundary mean whether there upper bound on number of elements in list
or dict
. python not define limits on them, can big memory available on machine permits.
Comments
Post a Comment