String methods in Python are easy 〰️

Your video will begin in 10
72 Views
Published
#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("-", "")
Category
Bro Code
Tags
python string methods, string methods Python, python
Be the first to comment