Sunday, April 11, 2010

Python Exercise 3


"Accept a series of number inputs, and output them in order."

This exercise was relatively simple. Rather than use the built in string sort function, I decided to perform a simple sort by copying the max value per iteration to a new array. It's not the most efficient way of doing things, but it works.


Click to see Solution:

No comments: