To change case in Python you can use the following methods.

  • lower()
  • swapcase()
  • capitalize()
  • title()
  • upper()
  • One thought on “How to change case in Python”

    Leave a Reply