Peter Otten <[email protected]> Wrote in message: > > In your code change > > fib1 = isOddMy(fib) > > to > > fib = isOddMy(fib) > > and the without@ version will produce the same output as the with@ version. > >
I expect that one more thing is needed, since the above is inside
a function:
global fib
fib = isOdd (fib)
--
DaveA
--
https://mail.python.org/mailman/listinfo/python-list
