reduce function is not recognized- why?
已完成
python - pycharm It recognize the other functions like: str(), dict()...
but not reduce()
interpreter to python 3.5.2
请先登录再写评论。
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