Skip to content

Commit 9af6ecf

Browse files
committed
updated lists
1 parent 0e57140 commit 9af6ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Ch08-1-Lists.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,7 @@
22372237
"cell_type": "markdown",
22382238
"metadata": {},
22392239
"source": [
2240-
"## visualize - pass-by-reference: https://bit.ly/2UU78Ct"
2240+
"## [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)"
22412241
]
22422242
},
22432243
{

0 commit comments

Comments
 (0)