C-18-Q038mediumsingle_mcq
In the while (count<=3) example, what statement is needed inside the loop to avoid running forever?
In the while (count<=3) example, what statement is needed inside the loop to avoid running forever?
- a
print('ICT')only - b
count=count+1 - c
del count - d
count=count*0