Question from the Algorithmics - Fundamentals test

Archived

What does this loop return when executing?

        graduates = [Katia, Lucas, Lola, Lina];
        For all the graduates 
            say “Congratulations”;
        End For
Author: Vincent CotroStatus: Archived(New question!)(Update)Question passed 10 times
-1
Community Evaluations
developer avatar
Adrien
25/07/2022
I find the word return quite misleading, as sending a value to output has nothing to do with returning a value
developer avatar
Vincent Cotro
05/09/2022
Complètement d'accord avec toi, on met à jour !