FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GitHub Viewer
""" Iterators are those which will implement __next__ method then any object can call next on them """ class FirstHundreadNumber: def __init__(self): self.number=0 def __next__(self): if self.number
Back
|
FazBrowse Home
|
New Git URL