337 reputation
26
bio website stackoverflow.com/users/stats/…
location United States
age 57
visits member for 2 years, 6 months
seen Aug 2 '11 at 0:55
stats profile views 19

I'll probably use SO from time to time, but not often.

fredbnurk at gmail dot com

You really want both StackExchangeScripts and to remove the annoying tag from page titles.


print "\n".join((x % 3 == 0) * "Fizz"
                + (x % 5 == 0) * "Buzz"
                or str(x)
                for x in xrange(1, 100+1))