Problem Statement - B01B-2015
Name the function/method required to
(i) check if a string contains only alphabets
(ii) give the total length of the list.
Solution
CSKC| Created: 11-Jan-2019 | Updated: 11-Jan-2019|CBSE12A-2015
Name the function/method required to
(i) check if a string contains only alphabets
(ii) give the total length of the list.
|
isalpha()
len()
CSKC| Created: 11-Jan-2019 | Updated: 11-Jan-2019|CBSE12A-2015