mirror of
https://github.com/balkian/gists.git
synced 2025-08-23 23:22:21 +00:00
This commit is contained in:
@@ -16,15 +16,6 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"prompt_number": 112
|
"prompt_number": 112
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"cell_type": "code",
|
|
||||||
"collapsed": false,
|
|
||||||
"input": "def get_nonrepeated(seta, setb):\n for i in seta:\n if i not in setb:\n yield i",
|
|
||||||
"language": "python",
|
|
||||||
"metadata": {},
|
|
||||||
"outputs": [],
|
|
||||||
"prompt_number": 9
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
@@ -38,24 +29,7 @@
|
|||||||
"text": "[[4, 3], [3, 7], [4, 7]]\n3\n"
|
"text": "[[4, 3], [3, 7], [4, 7]]\n3\n"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"prompt_number": 115
|
"prompt_number": 116
|
||||||
},
|
|
||||||
{
|
|
||||||
"cell_type": "code",
|
|
||||||
"collapsed": false,
|
|
||||||
"input": "",
|
|
||||||
"language": "python",
|
|
||||||
"metadata": {},
|
|
||||||
"outputs": [],
|
|
||||||
"prompt_number": 56
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cell_type": "code",
|
|
||||||
"collapsed": false,
|
|
||||||
"input": "",
|
|
||||||
"language": "python",
|
|
||||||
"metadata": {},
|
|
||||||
"outputs": []
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"metadata": {}
|
"metadata": {}
|
||||||
|
Reference in New Issue
Block a user