I would do this: ``` sequenceOf(1 to "A", 1 to "B"...
# announcements
a
I would do this:
Copy code
sequenceOf(1 to "A", 1 to "B").toMap().forEach{
        println(it)
    }