sorry the code should read:

foo = ["aaa", "1232"]
for each in foo:
    print each.center(10, " ") + " | "

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to