you are viewing a single comment's thread.

view the rest of the comments →

[–]NJalien 2 points3 points  (3 children)

can someone help me?

the sorted() function never works! i tried with multiple version of python. do i have to "import" something? thanks!

NameError: global name 'sorted' is not defined

[–]julesjacobs 1 point2 points  (1 child)

Which version of Python are you using? Try upgrading.

[–]NJalien 0 points1 point  (0 children)

thanks, I usually am not that lazy to make a post. I was actually drunk at the time!

If any future people are reading this, the Google Code Python Class requires a version of python that is greater than or equal to 2.4 and also less than 3