man-group/PythonTrainingExercises

map and filter different behaviour in python3

Opened this issue · 0 comments

The Functions exercise doesn't work properly when run in python3 because filter and map don't return a list anymore but an iterable.

(simple) patch attached

Functions_list_patch.txt