> > I know that sort() returns None, but I guess that it would be returned x > that was sorted. Why so?
if it returned a sorted list it might lead some people to believe it did not modify the oridinal list which would lead to a ton of confusion for new users. -- https://mail.python.org/mailman/listinfo/python-list