- 2
What is iterate
I am begginer
3 Respostas
+ 2
It's a kind of repeating until something ends, like when you use a loop.
+ 3
means: "to go through"
eg. in order to see all the values, we should iterate through the list and print each value.
- 4
What is parameter