travis_commit
This commit is contained in:
@ -95,6 +95,7 @@ def spread(arg):
|
|||||||
result.extend(spread(list(map(lambda x : deep(x) if type(x) == list else x,arr))))
|
result.extend(spread(list(map(lambda x : deep(x) if type(x) == list else x,arr))))
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|||||||
@ -21,6 +21,7 @@ def spread(arg):
|
|||||||
result.extend(spread(list(map(lambda x : deep(x) if type(x) == list else x,arr))))
|
result.extend(spread(list(map(lambda x : deep(x) if type(x) == list else x,arr))))
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|||||||
Reference in New Issue
Block a user