What it does
I have made a Python Program which take size of list from the user and according to the size,values are entered by the user. I have made user define function sorting which takes list size and element from the user and sort them and print them as output.
Sorting in this program is done in Ascending Order.
What I learned
- How to Declare List and User Define Function in Python
- Learnt about Sorting
Log in or sign up for Devpost to join the conversation.