Question: What is the output of the given code block? = 10 a b = 20 C = 30 if a % b > 1:
What is the output of the given code block? = 10 a b = 20 C = 30 if a % b > 1: print(a * b) elif b % a == 10: print (b a) print(c % 11) ww
Step by Step Solution
There are 3 Steps involved in it
Lets correct the code block first by changing C to c to match the var... View full answer
Get step-by-step solutions from verified subject matter experts
