We learn about built-in string methods in Python language. We learn to use capitalize, upper, lower, title, index, find, replace, len and count methods related to strings in Python.
Follwing lines of codes are covered in this Python lesson in Hindi Urdu language:
String methods in Python
my_string = 'welcome To the course'
print(my_string)
print(my_string.capitalize())
print(my_string.upper())
print(my_string.lower())
print(my_string.title())
print(my_string.index('t'))
print(my_string.index('course'))
print(my_string.find('t'))
print(my_string.replace('T', 't'))
print(my_string.replace('course', 'Python lesson'))
print(my_string.count('e'))
print(len(my_string))
Watch also:
1. Python basics programming tutorial for beginners | Python print hello world code in Hindi Urdu - part 1 at • Python basics programming tutorial for beg... .
2. Print function in Python to display multiple lines | Python programming tutorial in Hindi Urdu at • Print function in Python to display multip...
3. Introduction to Variables in Python | Python programming tutorial in Hindi Urdu at • Introduction to Variables in Python | Pyth...
4. Concatenation of strings and variables in PYTHON | Concatenating and type function in Python at • Concatenation of strings and variables in ...
5. Input function in Python with string function and concatenation | Python for beginners in Hindi Urdu at • Input function in Python with string funct...
6. Input function in Python with str and int functions for calculations | Python in Hindi Urdu at • Input function in Python with str and int ...
7. Python tutorial in Hindi Urdu | Convert cm to inches & Kgs to pounds in Python programming lesson 7 at • Python tutorial in Hindi Urdu | Convert cm...
8. Python string slicing and string indexes | Python tutorial for beginners in Hindi Urdu lesson 8 at • Python string slicing and string indexes |...
9. Formatted string in Python F-Strings in Python for string formatting for beginners in Hindi Urdu at • Formatted string in Python F-Strings in Py...
Full Python course in Hindi Urdu playlist at • Python programming course in Hindi Urdu .
Nesta página do site você pode assistir ao vídeo on-line String methods in Python | Built-in string methods in Python lesson 10 in Hindi Urdu for beginners duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário ifactner 24 Dezembro 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 290 vezes e gostou 13 espectadores. Boa visualização!