On Tue, 15 May 2012 16:00:37 -0500, alito s wrote:
Gracias por contestar. Lo hice y me sale el siguiente error:
AttributeError: 'NoneType' object has no attribute 'append'
Pero supongo que es por ahi.
table = []
table.append("bla, bla, bla")
print table
['bla, bla, bla']
Ese es un ejemplo simple, adaptalo a tus necesidades.
Saludos.
_______________________________________________
Python-es mailing list
Python-es@python.org
http://mail.python.org/mailman/listinfo/python-es
FAQ: http://python-es-faq.wikidot.com/