String Capitalize Python|| String Manipulation || Python

In this we are going to see a basic example of String Capitalize Python in Python Programming Language.

def string_capitalization():
    str1 = "hello"
    print(str1.capitalize())
string_capitalization()

# Coded By Dhiraj Shelke

#ENJOY CODING


Post a Comment

FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP

Previous Post Next Post