#!/usr/bin/env python def FizzBuzz(numero): if (numero == 3): return "fizz" return numero