We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e57140 commit 9af6ecfCopy full SHA for 9af6ecf
Ch08-1-Lists.ipynb
@@ -2237,7 +2237,7 @@
2237
"cell_type": "markdown",
2238
"metadata": {},
2239
"source": [
2240
- "## visualize - pass-by-reference: https://bit.ly/2UU78Ct"
+ "## [visualize - pass-by-reference](http://pythontutor.com/visualize.html#code=def%20getData%28someList%29%3A%23%20someList%20is%20formal%20parameter%0A%20%20%20%20for%20i%20in%20range%285%29%3A%0A%20%20%20%20%20%20%20%20a%20%3D%20int%28input%28'enter%20a%20number%3A%20'%29%29%0A%20%20%20%20%20%20%20%20someList.append%28a%29%0A%0Aalist%20%3D%20%5B%5D%0AgetData%28alist%29%20%23%20alist%20is%20actual%20argument&cumulative=false&curInstr=0&heapPrimitives=false&mode=display&origin=opt-frontend.js&py=3&rawInputLstJSON=%5B%5D&textReferences=false)"
2241
]
2242
},
2243
{
0 commit comments