#python #pythonprogramming #learningsquad #string #stringbuiltinfunctions
This video will teach you about the built-in function of string.
Below is the code used:
a = 'python learning'
#print(dir(a))
#print(a.lower())
#print(a.upper())
#print(a.capitalize())
#print(a.isalnum())
#print(a.count('a'))
#print(a.startswith('y'))
print(a.endswith('sad'))
Watch video #18 String Built-in Functions in Python | Built-in Functions of String in Python in Hindi online without registration, duration hours minute second in high quality. This video was added by user Python Learning Squad 22 August 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 76 once and liked it 13 people.