Inspiration
I was inspired to complete this project through my education in my Python programming course of my university.
What it does
This program allows the user to enter a list of integers in python in an ever-expanding list, then takes list once user enters sentinel value to end program, then prints initial list of integers in the order in which they were entered, followed by the sorted version of the original list.
How we built it
I build this program using the Python programming language.
Challenges we ran into
I ran into remembering how to use the minimum function of the Python programming language.
Accomplishments that we're proud of
I am proud of remembering how to use the minimum function of the Python programming language.
What we learned
I learned how to use the minimum, pop, and remove functions of the Python programming language.
What's next for Sorted List in Python
I could expand the program to allow for Strings as an input list type for the user.

Log in or sign up for Devpost to join the conversation.