mirror of
https://github.com/jlu5/PyLink.git
synced 2025-07-08 06:27:22 +02:00

The general syntax for unpacking lists with *list was only introduced in Python 3.5: https://www.python.org/dev/peps/pep-0448/
The general syntax for unpacking lists with *list was only introduced in Python 3.5: https://www.python.org/dev/peps/pep-0448/