new snippets
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
Implements javascript's spread syntax as a function. Flattens the list(non-deep) and returns an list.
|
||||
|
||||
```python
|
||||
|
||||
def spread(arg):
|
||||
ret = []
|
||||
for i in arg:
|
||||
|
||||
Reference in New Issue
Block a user