With broken test
Here test broken
Compito
Swipe to start coding
You have a list of integers stored in the variable numbers
. Your task is to compute the sum of all elements in this list and assign the result to the variable total
. The total
variable should be of type int
. You are not allowed to use the built‐in sum()
function — you must implement the summation manually (e.g. with a loop). Finally, print the result in the format:
python
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 2