So I'm analyzing this code and I have reason to believe this was coded with python 2.X but I'm using 3.2 and would like to convert it so that it would work.
The first error I encountered was with a function with a syntax
def function((x,y))
Why doesn't it work in Py3 and what's the alternative?