Swift - Collections
Given an array
words = ["swift", "code", "test"], how can you create a dictionary where keys are indices and values are the uppercase words using enumerated()?