Question: Enter the output of break and continue. Type the program's output stop = int (input ()) result =0 for a in range (4): for b
Enter the output of break and continue. Type the program's output stop = int (input ()) result =0 for a in range (4): for b in range (3): result +ab Output print (result) if result > stop: break
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
