542 reputation
38
bio website stackoverflow.com/users/stats/…
location United States
age 57
visits member for 2 years, 5 months
seen Jun 9 '11 at 2:33
stats profile views 26

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))