Computer Applications
What is the output of following code ?
while 3 >= 3 :
print 3
- 3 is printed once
- 3 is printed three times
- 3 is printed infinitely until program is closed
- Error in code
What is the output of following code ?
while 3 >= 3 :
print 3