Travis build: 147

This commit is contained in:
30secondsofcode
2019-10-08 06:55:33 +00:00
parent afa8f07720
commit a84088a3a0
3 changed files with 58 additions and 0 deletions

View File

@ -1086,6 +1086,21 @@
"hash": "f06acf219bcdfbacb9e86b01f91c7d68f6f8fa8a5a043c37cf33de4969c62eae"
}
},
{
"id": "transpose",
"type": "snippetListing",
"title": "transpose",
"attributes": {
"text": "Returns the transpose of a two-dimensional list.\n\nUse `*lst` to get the passed list as tuples.\nUse `zip()` in combination with `list()` to create the transpose of the given two-dimensional list.\n\n",
"tags": [
"list",
"intermediate"
]
},
"meta": {
"hash": "e5768f5c6d605587cf01697dd8e06c5dc7c91e60818871691730600c6fba4ec6"
}
},
{
"id": "union",
"type": "snippetListing",