Q. Which method is used to convert all characters in a string to uppercase?
β
Correct Answer: (A)
upper()
Explanation: `upper()` returns a copy of the string with all characters in uppercase.