Multiple Choice
Which of the following statements a) , b) or c) is false?
A) String methods xe "string built-in type:lower method"xe "lower method of a string"lower and xe "string built-in type:upper method"xe "upper method of a string"upper can convert strings to all lowercase or all uppercase letters, respectively.
B) Method capitalize copies the original string and returns a new string with only the first letter capitalized (sometimes called xe "capitalization:sentence"xe "sentence capitalization"sentence capitalization) .
C) Method title copies the original string and returns a new string with only the first character of each word capitalized (sometimes called xe "capitalization:book title"xe "book-title capitalization"book-title capitalization) .
D) All of the above statements are true.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Based on the string sentence = '\t
Q11: Which of the following statements a), b)
Q12: Which of the following statements a), b)
Q13: Which of the following statements is false?<br>A)
Q14: Which of the following statements is false?<br>A)
Q15: Which of the following statements a), b)
Q16: Which of the following statements is false?<br>A)
Q17: Which of the following statements a), b)
Q19: Which of the following statements is false?<br>A)
Q20: Which of the following statements a), b)