Vidyalelo
Python · Q11

MCQs for Python Strings: Exam

Programming · Python · question 11

Q11

What method is used to convert a string to uppercase in Python?

A.
upper()
Answer
B.
to_upper()
C.
uppercase()
D.
case_up()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board