Inspiration
Major League Hacking is my inspiration.
What it does
It sorts a list.
How we built it
I built it using Python.
my_list = [5,4,3,2,1]
my_list.sort()
print(my_list)
Challenges we ran into
It was a fun challenge.
Accomplishments that we're proud of
I am proud of tackling this challenge.
What we learned
I learnt sorting lists in python.
What's next for Write Code to Sort a List
Sort more advanced lists.
Log in or sign up for Devpost to join the conversation.