> As a hint, consider that a truly sorted x is
>
> ['one','two',['one','two',[...],'three'],'three']
>
> Consider how that is different from sorted()'s output.
>

This should be

['one','two',[...],'three']

unless you mean there are two list objects, i.e.,

y = ['one','two',None,'three']
x = ['one','two',y,'three']
y[2] = x
_______________________________________________
Python-il mailing list
[email protected]
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il

לענות