#Python #string #methods
00:00:00 useful string methods
00:08:05 exercise
name = input("Enter your name: ")
phone_number = input("Enter your phone #: ")
length = len(name)
index = name.find(" ")
name = name.capitalize()
name = name.upper()
name = name.lower()
result = name.isdigit()
result = name.isalpha()
result = phone_number.count(" ")
phone_number = phone_number.replace("-", "")
On this page of the site you can watch the video online String methods in Python are easy! 〰️ with a duration of hours minute second in good quality, which was uploaded by the user Bro Code 10 October 2022, share the link with friends and acquaintances, this video has already been watched 287,780 times on youtube and it was liked by 6.1 thousand viewers. Enjoy your viewing!