sanyaade-g2g-repos / skulpt

Automatically exported from code.google.com/p/skulpt
Other
0 stars 0 forks source link

Add support for sorted() #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This might be a bit of work. :)

a = [9,8,7,10,2]
b = sorted(a)
print b

But it would be worth it.

Original issue reported on code.google.com by drchuck on 19 Jan 2013 at 4:28