sorted(List) vs List.sorted() in Python
When I was just starting out with Python I found the distinction between a function doing something in place and returning the result instead pretty interesting.
Understanding this distinction is pretty important as a beginner! Since sorting in one o...
datawise.dev1 min read