DEV Community

Discussion on: Python Map Function

Collapse
 
thepythongeeks profile image
Python Geeks • Edited

Awesome! It's an interesting thing that I haven't known yet. Thanks a lot for your sharing.
Btw, Don't you mind if I share your example in the original post? It will help other developers more understand map and filter.

Collapse
 
gioragutt profile image
Giora Guttsait

Also, notice that my code example has syntax highlighting.

This is because I use

```python
def some_method():
    pass
```

Instead of

```
def some_method():
    pass
```
Thread Thread
 
thepythongeeks profile image
Python Geeks

Thanks for the notice. It helps me a lot. :)

Collapse
 
gioragutt profile image
Giora Guttsait

I most certainly don't mind :)