equal
deleted
inserted
replaced
31 |
31 |
32 \definecolor{darkgreen}{rgb}{0,0.5,0} |
32 \definecolor{darkgreen}{rgb}{0,0.5,0} |
33 |
33 |
34 \usepackage{listings} |
34 \usepackage{listings} |
35 \lstset{language=Python, |
35 \lstset{language=Python, |
36 basicstyle=\ttfamily, |
36 basicstyle=\ttfamily\bfseries, |
37 commentstyle=\color{red}\itshape, |
37 commentstyle=\color{red}\itshape, |
38 stringstyle=\color{darkgreen}, |
38 stringstyle=\color{darkgreen}, |
39 showstringspaces=false, |
39 showstringspaces=false, |
40 keywordstyle=\color{blue}\bfseries} |
40 keywordstyle=\color{blue}\bfseries} |
41 |
41 |