Travis build: 145

This commit is contained in:
30secondsofcode
2019-10-08 06:41:17 +00:00
parent 0aa8757464
commit b65a89ed00
3 changed files with 57 additions and 0 deletions

View File

@ -402,6 +402,21 @@
"hash": "05679ae115d276830ec769a04b0800d92eabc6a09678fc1a9cf6013c813cc650"
}
},
{
"id": "filter_unique",
"type": "snippetListing",
"title": "filter_unique",
"attributes": {
"text": "Filters out the unique values in a list.\n\nUse list comprehension and `list.count()` to create a list containing only the non-unique values.\n\n",
"tags": [
"list",
"beginner"
]
},
"meta": {
"hash": "174c62134c81e139aa9d0b31f46c684b5edd4c52e721136d586d435058e19288"
}
},
{
"id": "flatten",
"type": "snippetListing",