Problem Statement - B01B-2015D
Name the function/method required to
(i) check if a string contains only uppercase letters
(ii) gives the total length of the list.
Solution
CSKC| Created: 12-Jan-2019 | Updated: 12-Jan-2019|CBSE12D-2015
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()
(ii) len()
CSKC| Created: 12-Jan-2019 | Updated: 12-Jan-2019|CBSE12D-2015