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
Čermák Petr
Prm1
Commits
4adbaf13
Commit
4adbaf13
authored
Jan 08, 2020
by
Mareš Martin
Browse files
Knihovna: Oprava volání bytearray(...)
parent
20474c90
Changes
1
Hide whitespace changes
Inline
Side-by-side
12-knihovna/12-knihovna.tex
View file @
4adbaf13
...
@@ -126,7 +126,7 @@ Typ {\bf bytearray:}
...
@@ -126,7 +126,7 @@ Typ {\bf bytearray:}
\item
seznam bajtů (prostorově efektivnější než běžný seznam)
\item
seznam bajtů (prostorově efektivnější než běžný seznam)
\item
{
\tt
bytearray(n)
}
-- seznam
$
n
$
nul
\item
{
\tt
bytearray(n)
}
-- seznam
$
n
$
nul
\item
{
\tt
bytearray([1,2,3])
}
\item
{
\tt
bytearray([1,2,3])
}
\item
{
\tt
bytearray
.decode
('řetězec', 'utf-8')
}
\item
{
\tt
bytearray('řetězec', 'utf-8')
}
\end{itemize}
\end{itemize}
\end{frame}
\end{frame}
...
...
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