DEV Community

Discussion on: Python Map Function

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. :)