To be compatible with people who use Python 3 forward, print statements across many .py files (such as in Centrality.py and MultiGraph.py) need to have parentheses around what needs to be printed, since it is now a function. Otherwise, many files do not work.