Computer Science, asked by lalankumarstm17, 1 month ago


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 dikshapednekar
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