Remove utility from tags
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: longest_item
|
title: longest_item
|
||||||
tags: list,string,utility,intermediate
|
tags: list,string,intermediate
|
||||||
---
|
---
|
||||||
|
|
||||||
Takes any number of iterable objects or objects with a length property and returns the longest one.
|
Takes any number of iterable objects or objects with a length property and returns the longest one.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: spread
|
title: spread
|
||||||
tags: list,utility,intermediate
|
tags: list,intermediate
|
||||||
---
|
---
|
||||||
|
|
||||||
Flattens a list, by spreading its elements into a new list.
|
Flattens a list, by spreading its elements into a new list.
|
||||||
|
|||||||
Reference in New Issue
Block a user