Skip to content

Commit 73471fa

Browse files
gerrydevinegdevineldko
authored
Updated explanatory text around multiple variable assignment (#930)
* Updated explanatory text around multiple variable assignment * Removed replicated sentence in multiple variable assignment explanation * Keep lines under 100 characters Co-authored-by: gdevine <[email protected]> Co-authored-by: Lauren Ko <[email protected]>
1 parent 908627a commit 73471fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_episodes/01-intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ stuck on it](../fig/python-sticky-note-variables-03.svg)
212212
213213
> ## Sorting Out References
214214
>
215-
> What does the following program print out?
215+
> Python allows you to assign multiple values to multiple variables in one line by separating
216+
> the variables and values with commas. What does the following program print out?
216217
>
217218
> ~~~
218219
> first, second = 'Grace', 'Hopper'

0 commit comments

Comments
 (0)