diff options
Diffstat (limited to 'book/module1/functions.tex')
| -rw-r--r-- | book/module1/functions.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/module1/functions.tex b/book/module1/functions.tex index 07da182..19a8a85 100644 --- a/book/module1/functions.tex +++ b/book/module1/functions.tex @@ -81,7 +81,7 @@ function we will have\ldots{} \begin{Shaded} \begin{Highlighting}[] -\KeywordTok{def}\NormalTok{ function\_name(argument1, argument2, argument3)} +\KeywordTok{def}\NormalTok{ function\_name(argument1, argument2, argument3):} \NormalTok{ output1 }\OperatorTok{=}\NormalTok{ argument1 }\OperatorTok{*}\NormalTok{ argument2 }\OperatorTok{{-}}\NormalTok{ argument3} \NormalTok{ output2 }\OperatorTok{=}\NormalTok{ argument2 }\OperatorTok{+}\NormalTok{ argument3} \ControlFlowTok{return}\NormalTok{ output1, output2} |
