Question: What is the output? count = 0 while count < 3 : print ( ' loop ' ) count = count + 1 print (
What is the output?
count while count : printloop count count printfFinal value of count: count
What is the output?
count while count : printloop count count printfFinal value of count: count
Prints 'loop' once, then 'final value of count:
Prints 'loop' three times, then 'final value of count:
Prints 'loop' three times, then 'final value of count:
Prints 'loop' forever infinite loop
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
