reduce function is not recognized- why?
Completed
python - pycharm It recognize the other functions like: str(), dict()...
but not reduce()
interpreter to python 3.5.2
Please sign in to leave a comment.
reduce() was removed from Python 3.
See also: http://stackoverflow.com/a/13638960/5366881 or better: https://docs.python.org/3/whatsnew/3.5.html