Python Math – TypeError: ‘NoneType’ object is not subscriptable
This should be The .sort() method is in-place, and returns None. If you want something not in-place, which returns a value, you could use Aside #1: please don’t call your lists list. That clobbers the builtin list type. Aside #2: I’m not sure what this line is meant to do: is it simply ? In other words, I … Read more