Question: what are the errors for i in range(4): print(i) if i>3: print ('bigger than 3') print('Done with i', i) print ('A11 Done')
for i in range(4): print(i) if i>3: print ('bigger than 3') print('Done with i', i) print ('A11 Done')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
