1 | initial version |
In fact, I have found in https://stackoverflow.com/questions/31683959/the-zip-function-in-python-3?noredirect=1&lq=1 that in Python3 zip there is a change of usage :
xy=[*zip(x,y)]
works -- see https://stackoverflow.com/questions/31683959/the-zip-function-in-python-3?noredirect=1&lq=1
There is perhaps the need to update the documentation (https://doc.sagemath.org/html/en/thematic_tutorials/tutorial-programming-python.html)