Skip to content

Commit 406aa94

Browse files
authored
Merge pull request #389 from SaymoreChifamba/patch-1
change variable 'x' to 'x_val'
2 parents 9e17cc5 + f0f76c9 commit 406aa94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/01-numpy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ weight_kg = 55
3939
{: .python}
4040

4141
A variable is just a name for a value,
42-
such as `x`, `current_temperature`, or `subject_id`.
42+
such as `x_val`, `current_temperature`, or `subject_id`.
4343
Python's variables must begin with a letter and are [case sensitive](reference.html#case-sensitive).
4444
We can create a new variable by assigning a value to it using `=`.
4545
When we are finished typing and press Shift+Enter,

0 commit comments

Comments
 (0)