Question: python code problem why doesnt num count up to 100?... 1l def main) 21 counter = counter() 31 num = e 4 for x in

python code problem
why doesnt num count up to 100?...
1l def main) 21 counter = counter() 31 num = e 4 for x in range (e, 1e0): 5 6l return (counter.count, num) 31 def incrementor(c, num): 9 C.count c.count incrementor(counter, num) 9l c.count c.count 1 101 num num + 1 121 class Counter: 14 131 def _-init-(self) : self.count = e 15 16l aTuple- main() What is stored in aTuple after the above code is run? (e, 100) (1ee, e) (1ee, 100) (e, e) Nothing: an error occurs before the code can end on its own
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
