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

0
1 comment
Avatar
Permanently deleted user

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

0

Please sign in to leave a comment.