{"id":5090,"date":"2023-10-26T15:29:26","date_gmt":"2023-10-26T09:59:26","guid":{"rendered":"https:\/\/python-programs.com\/?p=5090"},"modified":"2023-11-10T12:01:26","modified_gmt":"2023-11-10T06:31:26","slug":"python-string-upper-method","status":"publish","type":"post","link":"https:\/\/python-programs.com\/python-string-upper-method\/","title":{"rendered":"Python: String upper() Method"},"content":{"rendered":"

A Python string is a collection of characters surrounded by single, double, or triple quotes. The computer does not understand the characters; instead, it stores the manipulated character as a combination of 0\u2019s and 1\u2019s internally.<\/p>\n

In this article we are going to discuss the use of upper() function.<\/p>\n

String upper() Method in Python<\/h2>\n