Commit 8f9e7197 authored by geobumac's avatar geobumac

demo

parent 1db62977
......@@ -964,6 +964,8 @@
],
"source": [
"a = [1,2,2,3,3,3,3,4,5,5]\n",
"def test_printUnique()\n",
"\n",
"def printUnique(a):\n",
" print(list(set(a)))\n",
" \n",
......@@ -1164,7 +1166,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
"version": "3.6.7"
}
},
"nbformat": 4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment