0 / 60 seg.

What is wrong with this code?

for (key, value) in [1: "one", 2: "two"] {
  print(key, value)
}