Question: 7. Predict the output (8 points). What output is produced by each of the code segments below? a) a = 10 for b in range

7. Predict the output (8 points). What output is produced by each of the code segments below? a) a = 10 for b in range (4): print (a % 2) a = a // 2 b) x = 24.0 y = 100.0 for i in range (3) : x = x / 2 print (x, y) y = y + x print (y)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
