What is the output of the given snippet
count = 0
while(True):
if count % 12 == 0:
print(count, end = " ")
if(count 62):
break
count += 1

Posted on by