2012-08-01 12:34:22+00:00 In reply to @ben_nuttall @ben_nuttall I'm not happy with [(x if x%5 else 'buzz') if x%3 else 'fizz' if x%5 else 'fizzbuzz' for x in count()]