I just a beginner in Python and today i see something strange with my if else output. I have following code:
for number in range(1, 100): if(number % 3 == 0 a