filmov
tv
Difference between Python sort and sorted

Показать описание
sort and sorted are NOT one and the same thing. Both are different. While sort is a list method, sorted is a function that works upon Python strings, list and tuples. Check this video about the differences between the two.
Correction: I have said in video that sorted returns a sorted list, string or tuple. But sorted() returns a sorted list even if it is applied on a string or tuple.
#SimpleEasyPython #Python
Correction: I have said in video that sorted returns a sorted list, string or tuple. But sorted() returns a sorted list even if it is applied on a string or tuple.
#SimpleEasyPython #Python