On 8/5/2012 2:51 PM, John Mordecai Dildy wrote: > print "We'd have %d beans, %d jars, and %d crabapples." % > secret_formula(start_pont > sentence = "All good things come to those who wait." You are missing a parenthesis at the end of the previous line.
> .print_first_word(sorted_words) That dot will make this line raise an error. You should use an IDE or something to highlight syntax errors. -- CPython 3.3.0b1 | Windows NT 6.1.7601.17803 -- http://mail.python.org/mailman/listinfo/python-list