Question: Extra Point: Trace the code and add the answer. 1 def traceCode( var ): 2 3 4- 6 result = 0 #this will print

Extra Point: Trace the code and add the answer. 1 def traceCode( var ): 2 3 4- 6 result = 0 #this will print number 1 to 10 for i in range( 1, 10): if i > var: #adding valur to result result result + i return result 9 print traceCode( 7 ) Your answer 5 points
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
