Question: Python Only Question 6 def integer_ops(x, y): for i in range(2): r = x%y q = x//y X = 9 y = r print(x, y)
Question 6 def integer_ops(x, y): for i in range(2): r = x%y q = x//y X = 9 y = r print(x, y) integer_ops (7,2) a) 10 b) 30 c) 1.0 0.3 d) ZeroDivisionError: division by zero e) none of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
