MCPcopy Create free account
hub / github.com/Avisikta-Majumdar/HackerRank_Python_Solutions / __init__

Method __init__

Default Arguments.py:11–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9
10class OddStream(object):
11 def __init__(self):
12 self.current = 1
13
14 def get_next(self):
15 to_return = self.current

Callers 1

print_from_streamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected