Skip to content
Snippets Groups Projects
Commit e795d2b2 authored by Martin Mareš's avatar Martin Mareš
Browse files

06: Bugfix

parent 130c97fa
No related branches found
No related tags found
No related merge requests found
...@@ -131,10 +131,10 @@ x ...@@ -131,10 +131,10 @@ x
\py{% \py{%
y=[1,2,3] \\ y=[1,2,3] \\
y[0:0] = [1] \\ y[0:0] = [-1] \\
y y
}{% }{%
[0, 1, 2, 3] \cmt{(jiný způsob, jak vložit prvek)} [-1, 1, 2, 3] \cmt{(jiný způsob, jak vložit prvek)}
} }
\end{frame} \end{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment