List problem

Georg Brandl g.brandl-nospam at gmx.net
Fri Aug 25 05:13:14 EDT 2006


kevndcks at aol.com wrote:
> For example i write the following code in the Python command line;
> 
>>>>list = ['One,Two,Three,Four']
> 
> Then enter this command, which will then return the following;
> 
> ['One,Two,Three,Four']

This is already wrong. Assignments do not return anything.

Georg



More information about the Python-list mailing list