tutorial.eyehunts.com
How to sort a list in Python without sort function | Example code
You can use Nested for loop with if statement to get the sort a list in Python without sort function. This is not the only way to do it...
Rohit