Matrices (6 pts):
The table below of pictures taken at Disneyland are stored in a matrix called data. Each row is a different Disney character, and each column is a day of the week.
names = {'mickey'
'goofy' 'donald' 'buzz'};
120 30 44 52 12
82 40 99 21
4 85 30 73
2 1 100 2 44
38 35
days = {'Sun' 'Mon' 'Tue' 'Wed'
'Thur'};