| 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)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.