Intermediate Python user needed help

Andrew Berg bahamutzero8825 at gmail.com
Sun Aug 5 16:09:51 EDT 2012


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



More information about the Python-list mailing list