diff options
Diffstat (limited to 'python/python.tex')
| -rw-r--r-- | python/python.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python.tex b/python/python.tex new file mode 100644 index 0000000..e4346bf --- /dev/null +++ b/python/python.tex @@ -0,0 +1,10 @@ +\section{Python} +\lstset{language=Python} + +\subsection{IO} +\lstinputlisting{python/io.py} + +\subsection{Recursion} +\lstinputlisting{python/recursion.py} + +\lstset{language=C++} |
