travis_commit

This commit is contained in:
Rohit Tanwar
2018-01-17 09:51:37 +00:00
parent 36acda471c
commit b3258ea296
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ def spread(arg):
result.extend(spread(list(map(lambda x : deep(x) if type(x) == list else x,arr))))
return result
```
```python