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.
1 parent c7bcc6d commit 1593249Copy full SHA for 1593249
_episodes/05-cond.md
@@ -344,7 +344,7 @@ freeing us from having to manually examine every plot for features we've seen be
344
> >
345
> > Here `pass` means "don't do anything".
346
> In this particular case, it's not actually needed, since if `num == 0` neither
347
-> > sum needs to change, but it illustrates the use of `elif`.
+> > sum needs to change, but it illustrates the use of `elif` and `pass`.
348
> {: .solution}
349
{: .challenge}
350
0 commit comments