From e53c35223bed9a32f1e9cd3fe75caf344d4b5c7e Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 24 Apr 2025 17:37:21 -0600 Subject: Updated tex files --- book/module1/functions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/module1/functions.tex') 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} -- cgit v1.2.3