```slots.indices.associate { it to it * it }```
# getting-started
s
Copy code
slots.indices.associate { it to it * it }
7