From 8c33b4e0d3030cfed17fc64b4fe41133339f6d87 Mon Sep 17 00:00:00 2001 From: mzuenni Date: Mon, 1 Jul 2024 23:12:27 +0200 Subject: -java + python --- python/python.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/python.tex (limited to 'python/python.tex') 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++} -- cgit v1.2.3