day1/Session-2.tex
changeset 18 2a70a7ef7e62
parent 15 1bc961ae4ddd
child 21 844b81ad2a3c
equal deleted inserted replaced
17:b61816289439 18:2a70a7ef7e62
    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