Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 762 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 762 Bytes

Filter Data Structure

We provide a usage of the filter() and reduce() function with a simple example.

Project Description

In this file, you can see the usage of the filter() and reduce() function with a simple example. The goal of the problem is finding the multiplication of the odd numbers where they given in a list. You can re-orginize the list and extend the options to be able to sophisticate the code.

Execution

To execute the program, you need to have Python 3.x and an editor. If you do not have Python installed yet, it is highly recommended that you install the Anaconda distribution of Python, which already has the above packages and more included. Make sure that you select the Python 3.X installer and not the Python 2.7 installer.