-
sorting 3 names
The main inspiration behind this is to sort a given list
This script is used to sort a given list in python
I used python method sort() in the project to sort the list in ascending order
This was a simple task, I didn't come across any challenges
I was able to write a python script to sort a list
I learnt to sort a list in ascending order
next we could write a script to sort in descending order or use the same algorithm to apply it on dicionaries.
Log in or sign up for Devpost to join the conversation.