Skip to content

Commit 6636b9d

Browse files
gcapesmaxim-belkin
authored andcommitted
Reword exercise in 01-numpy.md
Exercise: 'Check Your Understanding' Closes #454 Closes #455 Signed-off-by: Maxim Belkin <[email protected]>
1 parent 7f5231a commit 6636b9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

episodes/01-numpy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,8 @@ the graphs will actually be squeezed together more closely.)
821821
{: .callout}
822822
> ## Check Your Understanding
823823
>
824-
> Draw diagrams showing what variables refer to what values after each statement in the following program:
824+
> What values do the variables `mass` and `age` have after each statement in the following program?
825+
> Test your answers by executing the commands.
825826
>
826827
> ~~~
827828
> mass = 47.5

0 commit comments

Comments
 (0)