[EMAIL PROTECTED] 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 -- http://mail.python.org/mailman/listinfo/python-list