summaryrefslogtreecommitdiff
path: root/python/python.tex
blob: e4346bf87b907628fd8a9c76f8256b740d524567 (plain)
1
2
3
4
5
6
7
8
9
10
\section{Python}
\lstset{language=Python}

\subsection{IO}
\lstinputlisting{python/io.py}

\subsection{Recursion}
\lstinputlisting{python/recursion.py}

\lstset{language=C++}