Archived
What does this loop return when executing?
graduatesList = [Katia, Lucas, Lola, Lina];
For all the graduates
say “Congratulations”;
End For
-2
Community Evaluations
What does this loop return when executing?
graduatesList = [Katia, Lucas, Lola, Lina];
For all the graduates
say “Congratulations”;
End For