0 / 60 seg.

How many times this code will be executed? / How many times will this loop be performed?

for i in ["0", "1"] {
  print(i)
}