Question: What would be in the variable y after by the following if statement was executed? x = 17 if % 4 = 0: y =
What would be in the variable y after by the following if statement was executed? x = 17 if % 4 = 0: y = 1 elif x % 4 == 1: y - 2 elif X % 42: y 3 else: y = 4 2 01
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
