if I have a `mutableList<Int>`, may I loop i...
# getting-started
e
if I have a
mutableList<Int>
, may I loop it and change the i-th item at the same time, having also the index?