Sorting list without dataset | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Sorting list without dataset

write a function in python to sort a list of numbers without using built-in functions dataset = [44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54,79, 80,34,34,34,45,45]

5th Feb 2021, 5:28 AM
rajul
1 Answer
0
Try this: dataset = dataset.sort()
5th Feb 2021, 1:09 PM
∆BH∆Y
∆BH∆Y - avatar