Sobes.tech
Junior — Senior

What is the output of the program (example 81)

livecode

Task condition

Determine which output will appear when executing the following Go code:

m := map[string]int{"a":1,"b":2,"c":3}

for a, b := range m {
    fmt.Println(a, b)
}