python - why built in function next(iter_obj) when we have method iter_obj.next() -


this question has answer here:

i'm new python ,and trying figure out why 2 ways? specific reason? 1 better?

i've tried searching not able find it.

the simplest answer justification similar next(x) len(x). fredrik lund summarises guido's response on topic in this article.


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

How to Change swipe Tab Title color in java Android -

Using globs in Perl replace one liner in TCL script -