1 | initial version |
Hello,
you should fix the code as suggested by John, and use
Arrangements(vals,2).list()
instead of
arrangements(vals,2)
but just for completeness, you can force Python to shut up with adding
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)