user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

65. How can I create a Python sorting algorithm for a numerical dataset?

user image

Abhishek Mishra

2 years ago

Python code for list sorting:my_list = ["8", "4", "3", "6", "2"]my_list = [int(i) for i in list]my_list.sort()print (my_list)

Recent Doubts

Close [x]