From 2e2e95f3a62c223bf10c17ed731c08f01575901c Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Tue, 27 Oct 2020 10:42:38 +0100 Subject: [PATCH] Funkce: Drobnosti --- 05-funkce/05-funkce.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/05-funkce/05-funkce.tex b/05-funkce/05-funkce.tex index 268b03c..7e6500c 100644 --- a/05-funkce/05-funkce.tex +++ b/05-funkce/05-funkce.tex @@ -7,7 +7,7 @@ \title{Programování 1: Funkce} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2019} +\date{2020} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} @@ -116,7 +116,7 @@ def stekej(n=1, zvuk="Haf!"): \\ stekej() \\ stekej(5) \\ stekej(5, "HAF!") \\ -stekej(5, zvuk="HAF!") \\ +stekej(n=5, zvuk="HAF!") \\ stekej(zvuk="HAF!") } -- GitLab