PythonTrainingExercises icon indicating copy to clipboard operation
PythonTrainingExercises copied to clipboard

map and filter different behaviour in python3

Open giuseppecalderaro opened this issue 9 years ago • 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

giuseppecalderaro avatar Dec 30 '15 11:12 giuseppecalderaro