Apply new format to snippets and template
This commit is contained in:
@ -5,7 +5,7 @@ tags: list,beginner
|
||||
|
||||
Returns the last element in a list.
|
||||
|
||||
use `lst[-1]` to return the last element of the passed list.
|
||||
- use `lst[-1]` to return the last element of the passed list.
|
||||
|
||||
```py
|
||||
def last(lst):
|
||||
|
||||
Reference in New Issue
Block a user