Question: python 3. Consider the following lines of code: 1 a = 30 2 b = 5 3 C = a 3 * b 4 b
python

3. Consider the following lines of code: 1 a = 30 2 b = 5 3 C = a 3 * b 4 b = 5 a = a + b 6 -C 7 a = a + 2 Draw a diagram showing the state of the variables after the code is executed, as we did in class. Show the changes made as each line gets executed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
