Update snippet descriptions
This commit is contained in:
@ -5,7 +5,7 @@ tags: list,beginner
|
||||
|
||||
Moves the specified amount of elements to the end of the list.
|
||||
|
||||
- Use `lst[offset:]` and `lst[:offset]` to get the two slices of the list and combine them before returning.
|
||||
- Use slice notation to get the two slices of the list and combine them before returning.
|
||||
|
||||
```py
|
||||
def offset(lst, offset):
|
||||
|
||||
Reference in New Issue
Block a user