KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

The method used to convert all characters of a string in upper case is …………… .

  1. toupper()
  2. upper()
  3. capital()
  4. case()

Python String Manipulation

1 Like

Answer

upper()

Reason — The upper() function converts all the characters of the input string into uppercase.

Answered By

1 Like


Related Questions