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š
prm2
Commits
607c18d0
Commit
607c18d0
authored
Mar 18, 2021
by
Martin Mareš
Browse files
Typing: Drobná oprava
parent
f8b8e660
Changes
1
Hide whitespace changes
Inline
Side-by-side
03-typing/03-typing.tex
View file @
607c18d0
...
...
@@ -7,7 +7,7 @@
\title
{
Programování 2: Typové anotace
}
\author
[Martin Mareš]
{
Martin Mareš
\\\texttt
{
mj@ucw.cz
}}
\institute
{
Katedra Aplikované Matematiky
\\
MFF UK Praha
}
\date
{
202
0
}
\date
{
202
1
}
\setbeamersize
{
text margin left=5mm
}
\setbeamersize
{
text margin right=5mm
}
\begin{document}
...
...
@@ -116,7 +116,7 @@ Parametrizovaný typ pro seznamy.
{
\tt\color
{
blue
}
from typing import Optional
\\
def center(s: str,
šíře
: Optional[int]=
80
) -> str:
def center(s: str,
w
: Optional[int]=
None
) -> str:
}
\smallskip
...
...
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