1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-11-22 06:22:29 +00:00

Correcter typo

This commit is contained in:
Carlos A. Iglesias 2017-02-16 17:57:23 +01:00 committed by GitHub
parent 46eed38e95
commit b5bbde8f3c

View File

@ -205,7 +205,7 @@
},
"outputs": [],
"source": [
"# Exercise inmutable type\n",
"# Exercise mutable type\n",
"a = [1, 2, 3]\n",
"b = a\n",
"a.append(4)\n",