gatech-csl / jes

The Jython Environment for Students allows students to write Jython programs that can manipulate pictures, sounds, and videos.
http://mediacomputation.org/
60 stars 38 forks source link

reversed function #56

Open leafstorm opened 10 years ago

leafstorm commented 10 years ago

From sophia.d...@peano.it on July 12, 2012 14:11:49

What steps will reproduce the problem? def prova(): for j in reversed(range(0,10)): print (j) What is the expected output? What do you see instead? The error was:reversed Name not found globally. What version of the product are you using? On what operating system? JES 4.3 on Ubuntu 12 Please provide any additional information below.

Original issue: http://code.google.com/p/mediacomp-jes/issues/detail?id=56