Sorting in Python for Beginners | sorted() and .sort()

Опубликовано: 04 Октябрь 2024
на канале: Pythonology
267
8

In this tutorial you will learn the difference between .sort() method and sorted() function. Sort lists, strings, dictionaries, and tuples in python using sorted function. sorted() return a new list whereas .sort() changes the original list in place and cannot be applied to tuples, strings, or dictionaries. Use sorted() function instead.
+++++++++++++++++++++++++++++++++++++
Do you want to support me?
https://www.buymeacoffee.com/vahidnia/