Question: What is the output of given code block? a = 15 b = 4 C = 3 print(a*b** c) print(c** 2) print (a %
What is the output of given code block? a = 15 b = 4 C = 3 print(a*b** c) print(c** 2) print (a % b - c) Your answer: 180 9 0 No output 180 6 0 960 9 0 960 6 0 Error 960
Step by Step Solution
There are 3 Steps involved in it
The given code block contains several errors in the syntax Lets correct them and ... View full answer
Get step-by-step solutions from verified subject matter experts
