Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Mareš
prm1
Commits
2e2e95f3
Commit
2e2e95f3
authored
Oct 27, 2020
by
Martin Mareš
Browse files
Funkce: Drobnosti
parent
e0bbb051
Changes
1
Show whitespace changes
Inline
Side-by-side
05-funkce/05-funkce.tex
View file @
2e2e95f3
...
...
@@ -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
{
20
19
}
\date
{
20
20
}
\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!")
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment