Name the function/method required to
(i) check if a string contains only uppercase letters.
(ii) gives the total length of the list.
(i) isupper() method is used to check if a string contains only uppercase letters.
(ii) len() gives the total length of the list.