capitalize() : First char of input string is changed to Upper case.


Youtube Live session on Tkinter

my_str="welcome to plus2net.com"
print(my_str.capitalize()) # Welcome to plus2net.com
We can't change the first char if it is a number
my_str="345 is the number"
print(my_str.capitalize()) # 345 is the number
capitalize()

Parameters

No parameter is taken by this method.

All String methods


Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com



    Post your comments , suggestion , error , requirements etc here





    Python Video Tutorials
    Python SQLite Video Tutorials
    Python MySQL Video Tutorials
    Python Tkinter Video Tutorials
    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer