PythonTrainingExercises
PythonTrainingExercises copied to clipboard
map and filter different behaviour in python3
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