Re: Codice Python

#61070
mcl1962
Partecipante
    Up
    0
    Down
    ::


    Il comportamento descritto è tipico di

    showstringspaces=true

    (è corretto che gli spazi siano segnati solo all’interno delel stringhe). Prova ad aggiungere quanto segue dopo \begin{document}:

    \lstset{language=Python, showspaces=false, showstringspaces=false}

    Ciao.

    Claudio

    Go to top