101 reputation
1
bio website stackoverflow.com/users/stats/…
location United States
age 57
visits member for 2 years
seen May 21 '11 at 6:41
stats profile views 1

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

0 Questions

This user has not asked any questions