How would I create a custom list class in python? -
i write custom list class in python (let's call mycollection
) can call:
for x in mycollectioninstance: #do here
how go doing that? there class have extend, or there functions must override in order so?
Comments
Post a Comment