Ananiya
val l = listOf(d1, d2, d3 ,d4 ,d7)
l[5]
l.get(5)
steenooo
A modern programming language that makes developers happier.