0 / 60 seg.

What does this function print?

a = 1;
for i_loop = 1:6
    disp(a);
end