count = 0
while(True):
if count % 3 == 0:
print(count, end = " ")
if(count 15):
break;
count += 1
Guess THE OUTPUT

Posted on by