joe-greenawalt / skulpt

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

sorted([...]) #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Code you're trying to run:
print sorted([2,3,4,1,-2])​

What does "real" Python output?
[-2, 1, 2, 3, 4]

What browser are you using? On what operating system?
Chrome 11.0.696.16 beta, OS X.6

Please provide any additional information.

Original issue reported on code.google.com by carnioja...@gmail.com on 30 Mar 2011 at 2:52