sectionStrength = [34,50,60,54,45,40]
(a) (i) To print the first 5 records.
(ii) To print the last 3 records.
(iii) To print the sum of the strength using loop.
(b) Write the output of the following:
(i) sections.iloc[4]
(ii) sections.loc['B']
(iii) sections[3]
