It was slow on Saturday
Monday, July 30th, 2007I was chatting with Lilith on Saturday while I was at work.
She sent me this:
http://xkcd.com/287/
It was slow on Saturday. I sent her this:
#!/usr/bin/python
# try to find 15.05 in appetizers: http://xkcd.com/287/
from random import randrange
appetizers = {
‘fruit’ : 2.15,
‘fries’ : 2.75,
’salad’ : 3.35,
[...]