Open CedricBeaulac opened 5 years ago
I tried to use the code but the acc_pairs function call the reduce function which is not defined in the code.
Let's try it. "from functools import reduce". Reduce function is basic function of python.
I tried to use the code but the acc_pairs function call the reduce function which is not defined in the code.