Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Distributed Computing
Common
praktikanten-material
Commits
d62682c9
Commit
d62682c9
authored
Apr 08, 2019
by
Raffaele Grosso
Browse files
Correct one line spacing.
parent
32c034ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/exercises.tex
View file @
d62682c9
...
@@ -139,6 +139,7 @@ Lambda functions:
...
@@ -139,6 +139,7 @@ Lambda functions:
\Chapter
{
Exception handling
}
\Chapter
{
Exception handling
}
Write a program that reads a number from a file and then devides 100 by this number.
Write a program that reads a number from a file and then devides 100 by this number.
\begin{enumerate}
[label=
\textbf
{
\alph*
)
}
]
\begin{enumerate}
[label=
\textbf
{
\alph*
)
}
]
\item
Try opening a non-existent file. Make sure you understand what happens.
\item
Try opening a non-existent file. Make sure you understand what happens.
...
@@ -184,6 +185,7 @@ Write a program that reads a number from a file and then devides 100 by this num
...
@@ -184,6 +185,7 @@ Write a program that reads a number from a file and then devides 100 by this num
\Chapter
{
Plots and Histograms
}
\Chapter
{
Plots and Histograms
}
\begin{enumerate}
[label=
\textbf
{
\alph*
)
}
]
\begin{enumerate}
[label=
\textbf
{
\alph*
)
}
]
\item
Plot an histogramm with the distribution of births per month from exercise
\ref
{
Dictionaries
}
.
\ref
{
3
}
.
\item
Plot an histogramm with the distribution of births per month from exercise
\ref
{
Dictionaries
}
.
\ref
{
3
}
.
\Hint
{
Use the
\texttt
{
pyplot.hist
}
function from the module
\texttt
{
matplotlib
}
.
}
\end{enumerate}
\end{enumerate}
\end{document}
\end{document}
Write
Preview
Markdown
is supported
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