Question: (CO 1) The following code contains an error, what type of error is it and what line number is it? 1 num=1 2 while num
(CO 1) The following code contains an error, what type of error is it and what line number is it? 1 num=1 2 while num<4 3 print("num = ", num) 4 num+=1 5 print("The loop has ended")
| line 1, syntax error |
| line 5, runtime error |
| line 4, runtime error |
| line 2, syntax error |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
