Name the function/method required to (1)
Check if a string contains only alphabets. (ii) Give the total length of the list.
Answers
Answered by
0
Explanation:
1) Name the function/method required to check if a string contains only uppercase letters gives the total length of the list.
• isupper()
• len()
Similar questions