Hello everyone.
I have some troubles with 1.4. I get the same output as the exercise does, but I do not get the correct answer. I am using as entry value of the pure function a Range[26] list so I can make every 26 columns that I need.
I think the problem may be the entry value. Maybe it has to be Alphabet[], but I do not know how to write it. My code right now is:
Column[{Alphabet["English", "IndexCharacters"][[#]], Alphabet[][[#]]},
Frame -> True, Background -> RandomColor[]] & /@ Range[26] // Row
Thanks