SGladys / mediacomp-jes

Automatically exported from code.google.com/p/mediacomp-jes
0 stars 0 forks source link

reversed function #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 reported on code.google.com by sophia.d...@peano.it on 12 Jul 2012 at 6:11