• Problem with a simple program.

 

I would like to give some feedback about a problem on this program. It seems correct however it is always displayed that i failed :(

def checkio(n): # n is an integer between 0 and 1000# if n%5 == 0 and n%3 == 0: print('"Fizz Buzz"') elif n%5 == 0: print(('"Buzz"')) elif n%3 == 0: print('"Fizz"')

From: http://www.checkio.org/mission/fizz-buzz/solve/

HTTP_USER_AGENT:

Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0