Pages

Showing posts with label food. Show all posts
Showing posts with label food. Show all posts

Wednesday, July 21, 2010

Round 1

Battle vs Pasta, python form:

>>> dinner = pasta(["penne"])
A fine choice! Would you like to add ingredients?
>>> dinner.make(["red pepper flakes","sauciness"])
"Pasta created: Ingredients['red pepper flakes', 'sauciness']"
>>> dinner.eat()
Traceback (most recent call last):
File "", line 1, in
File "/var/folders/oX/oXfR780IGkmuopJgYla3-++++TI/-Tmp-/python-3803epT.py", line 89, in eat
__main__.SpicyError: "Ow! Man that's a hot pasta."
>>> dinner.remove("Red pepper flakes")
Traceback (most recent call last):
File "", line 1, in
File "/var/folders/oX/oXfR780IGkmuopJgYla3-++++TI/-Tmp-/python-3803epT.py", line 80, in remove
__main__.SpicyError: "Cannot remove Red pepper flakes from ['dinner']: Too damn hot."
>>> dinner.remove(rRed pepper flakes")
File "", line 1
dinner.remove(rRed pepper flakes")
^
SyntaxError: invalid syntax
>>> dinner.remove("red pepper flakes")
Traceback (most recent call last):
File "", line 1, in
File "/var/folders/oX/oXfR780IGkmuopJgYla3-++++TI/-Tmp-/python-3803epT.py", line 76, in remove
__main__.SpicyError: "I'm sorry, I can't remove red pepper flakes, they are too hot!"
>>> dinner.remove("red pepper flakes","please?")
Traceback (most recent call last):
File "", line 1, in
File "/var/folders/oX/oXfR780IGkmuopJgYla3-++++TI/-Tmp-/python-3803epT.py", line 71, in remove
__main__.SpicyError: "Sorry, I can't do that! It's too spicy!"
>>>

As an aside, it was actually very tasty, just super crazy hot. I think that may have been the holy trio of garlic, red pepper flakes and ginger.