Question: What will be displayed after the following code is executed? count = 4 while count < 12: print(counting) count = count + 2 a. counting
What will be displayed after the following code is executed? count = 4 while count < 12: print("counting") count = count + 2 a. counting counting counting counting b. counting counting counting c. counting counting counting counting d. counting counting
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
