You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: foundations/quickstart.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@
88
88
"source": [
89
89
"A few things to note:\n",
90
90
"\n",
91
-
"- Python defaults to counting from 0 (like [C](https://en.wikipedia.org/wiki/C_(programming_language))) rather than from 1 (like [Fortran](https://en.wikipedia.org/wiki/Fortran)).\n",
91
+
"- Python defaults to counting from 0 (like [C](wiki:C_(programming_language))) rather than from 1 (like [Fortran](wiki:Fortran)).\n",
92
92
"- Function calls in Python always use parentheses: `print()`\n",
93
93
"- The colon `:` denotes the beginning of a definition (here of the repeated code under the `for` loop).\n",
94
94
"- Code blocks are identified through indentations.\n",
0 commit comments