Question: How many lines will be printed after executing the following code? counter - 0 while counter < 3: print(counter) print()
How many lines will be printed after executing the following code? counter - 0 while counter < 3: print(counter) print()
Step by Step Solution
3.37 Rating (153 Votes )
There are 3 Steps involved in it
The code provided has a syntax error because of the missing increment statement in the while lo... View full answer
Get step-by-step solutions from verified subject matter experts
