What does the .upcase method do?
Convert the string to uppercase
Convert only lowercase string to uppercase and vice-versa
Convert the string to lowercase
None o the mentioned
Correct Answer: A — Convert the string to uppercase
Explanation:
.upcase method is used to change the given string to uppercase.