Browsing Italian translation

101104 of 104 results
101.
functions!sum
type: index{#1}
functions!sum
Translated and reviewed by Martino Barbon
Located in ./ORIGINAL/appendixb.tex:432
102.
The \textbf{sum} function adds up items in a list and returns the total number. For example:
type: Plain text
La funzione \textbf{sum} somma i numeri in una lista e restituisce il totale. Per esempio:
Translated and reviewed by Martino Barbon
Located in ./ORIGINAL/appendixb.tex:434
103.
>>> mylist = list(range(0, 500, 50))
>>> print(mylist)
[0, 50, 100, 150, 200, 250, 300, 350, 400, 450]

type: verbatim
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
>>> mialista = list(range(0, 500, 50))
>>> print(mialista)
[0, 50, 100, 150, 200, 250, 300, 350, 400, 450]

Translated and reviewed by Martino Barbon
Located in ./ORIGINAL/appendixb.tex:440
104.
>>> print(sum(mylist))
2250
type: verbatim
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
>>> print(sum(mialista))
2250
Translated and reviewed by Martino Barbon
Located in ./ORIGINAL/appendixb.tex:443
101104 of 104 results

No translation group has been assigned.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Emanuele Rampichini, Martino Barbon.