Tom Whittaker wrote:
def makeAverage(g):
sum = 0.0
for (k in g):
sum = k + sum
sum = sum / len(g)
return sum
Ahh the fun of being new to jython:
When I enter that in I get:
"There was an error in the Python library:Traceback (innermost last)
(no code object) at line 0
SyntaxError: ('invalid syntax', ('<string>',9,16,' for (k in g):'))
HUH??
Hahah
-Ben
idvusers list information:
idvusers listidvusers archives: