T
Thierry Lam
I have a piece of python code which goes like the following:
import poly
list = [1, 2, 3]
result = poly.scan(list)
I'm using Python 2.3.4 and I don't think that poly library is working
properly, I read somewhere that's it's obsolete now. What's the
alternative?
Thanks
Thierry
import poly
list = [1, 2, 3]
result = poly.scan(list)
I'm using Python 2.3.4 and I don't think that poly library is working
properly, I read somewhere that's it's obsolete now. What's the
alternative?
Thanks
Thierry