capitalize and title Function in String #9 | Inbuilt Function in Python | String Function |SDPGuruji

Опубликовано: 08 Декабрь 2020
на канале: SDP Guruji
134
16

Strings in Python, Python Strings Tutorials, Python Tutorials, Python for Beginners, What is title function in the string, what is a capitalize function in String in Python, String in Hindi, Python Programming, Python Tutorials in Hindi
Hey Viewers,
In the series of strings and their operation, in this video, we will deal with some other two
interesting functions to change the case of strings.
What functions give a heading kind of case to strings?
title() and capitalize() are the other two functions, capable of changing the case of strings and
give them heading format.
What is the difference between the title() and capitalize()?
In title(), each letter of words in string are converted into upper case.
In capitalize(), Only the first letter of the string is converted into upper case.
Example:
s = “SDP Guruji”
s.title()
s.capitalize()
Output:
Sdp Guruji //title()
Sdp guruji //capitalize()
Practice!
Make sure that you didn’t miss this crucial and easy part.
Thank You!
N Yess !! Don’t hesitate to share your precious suggestions/feedbacks!! Get your all doubts crystal
clear!!
-----------------------------------------------------------------------------------------------------------------------------------

If you have missed anything regarding python, surf through these links below:

Upper And Lower Function in Python:    • upper and lower Function in String #8...  

Escape Sequence in String:    • Escape Sequence in string #7 | String...  

How to Delete Entire String:    • How to Delete Entire String #6 | Stri...  

String Is Immutable or Mutable:    • Whether String Is Immutable or Mutabl...  

Concatenation and Overriding in String:    • Concatenation and Overriding in Strin...  

Errors in String Declaration:    • Type Error and Index Error in String ...  

String Slicing in Python:    • How to Access Python String Character...  

How to Store String in Variable:    • Python String #1 | String Theory | Ho...  

--------------------------------------------------------------------------------------------------------------------------------------

You’ll also find us here!!


Website: https://sdpguruji.in/

Play Store App: https://play.google.com/store/apps/de...

Instagram:   / sdpguruji  

Facebook:   / sdp.guruji.3  

LinkedIn:   / sdpguruji  

Telegram: https://t.me/sdpguruji
--------------------------------------------------------------------------------------------------------------------------------------
For more such informative Python videos,
color the thumbs up button blue, share the videos, and yes don’t forget to hit the subscribe button and press the bell icon for remainders.
Stay Tuned!!!

#SDPGuruji
#sdpguruji
#strings
#pythonstring
#title
#capitalize
#inbuiltfunctions
#pythontutorials
#stringsinpython
#pythonprogramming
#PythonSDPGuruji
#PythonTutorial
#Hindi


Смотрите видео capitalize and title Function in String #9 | Inbuilt Function in Python | String Function |SDPGuruji онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь SDP Guruji 08 Декабрь 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 134 раз и оно понравилось 16 людям.