In <[email protected]> [email protected] writes: > What's a neat way to print columns of numbers with blanks where a number > is zero or None?
print number or ' ' -- John Gordon A is for Amy, who fell down the stairs [email protected] B is for Basil, assaulted by bears -- Edward Gorey, "The Gashlycrumb Tinies" -- http://mail.python.org/mailman/listinfo/python-list
