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 32818c8 commit e354c83Copy full SHA for e354c83
_episodes/06-func.md
@@ -958,8 +958,8 @@ readable code!
958
> > ## Solution
959
> > Attempting to define the `numbers` function results in `4. SyntaxError`.
960
> > The defined parameters `two` and `four` are given default values. Because
961
-> > `one` and `three` are not given default values, they are required to be
962
-> > be included as arguments when the function is called and must be placed
+> > `one` and `three` are not given default values, they are required to be
+> > included as arguments when the function is called and must be placed
963
> > before any parameters that have default values in the function definition.
964
> >
965
> > The given call to `func` displays `a: -1 b: 2 c: 6`. -1 is assigned to
0 commit comments