2009/9/24 Oxymoron <moron....@gmail.com>:
>> print format % (item_width, 'Cantaloupes', price_width, 1.92)
>> print format % (item_width, 'Dried Apricots (16 gr)' price_width, 8)
>
>
> Notice the line before (works) and after (doesn't work - as the interpreter
> pointed out), how do you separate items in a tuple? :-)
>
> Did not check the rest of it.

OK, I located the false syntax and I fixed it, thanx for your help!
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to