We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e17cc5 + f0f76c9 commit 406aa94Copy full SHA for 406aa94
_episodes/01-numpy.md
@@ -39,7 +39,7 @@ weight_kg = 55
39
{: .python}
40
41
A variable is just a name for a value,
42
-such as `x`, `current_temperature`, or `subject_id`.
+such as `x_val`, `current_temperature`, or `subject_id`.
43
Python's variables must begin with a letter and are [case sensitive](reference.html#case-sensitive).
44
We can create a new variable by assigning a value to it using `=`.
45
When we are finished typing and press Shift+Enter,
0 commit comments