mirror of
https://github.com/gsi-upm/sitc
synced 2024-11-22 06:22:29 +00:00
Correcter typo
This commit is contained in:
parent
46eed38e95
commit
b5bbde8f3c
@ -205,7 +205,7 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# Exercise inmutable type\n",
|
"# Exercise mutable type\n",
|
||||||
"a = [1, 2, 3]\n",
|
"a = [1, 2, 3]\n",
|
||||||
"b = a\n",
|
"b = a\n",
|
||||||
"a.append(4)\n",
|
"a.append(4)\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user