Computer Science

Which of the following functions will return the string in all caps?

  1. upper()
  2. toupper()
  3. isupper()
  4. to-upper()

Python String Manipulation

7 Likes

Answer

upper()

Answered By

1 Like


Related Questions