Python string methods 〰️

preview_player
Показать описание
python string methods tutorial example explained

#python #string #methods

name = "Bro"

print(len(name)) #technically this is a function
print(name*3)

––––––––––––––––––––––––––––––
Creative Commons — Attribution-ShareAlike 3.0 Unported— CC BY-SA 3.0
––––––––––––––––––––––––––––––
Рекомендации по теме
Комментарии
Автор

name = "Bro"

print(len(name))
print(name.find("o"))
print(name.capitalize())
print(name.upper())
print(name.lower())
print(name.isdigit())
print(name.isalpha())
print(name.count("o"))
print(name.replace("o", "a"))
print(name*3)

BroCodez
Автор

Taking a self driven class that doesn't do a good job full explaining how things work so having the ability to come here and see what they actually means is super helpful, Thank you for all of your great content, willingness to help, and being a bro about it. May great things keep coming your way!

THATguerroGUY
Автор

Learned so much in a single video. Appreciate your effort ❤

sajibmannan
Автор

Realy good bro
I know you just for a week but i see your channel realy helpful thank you

amirmohamadaf
Автор

Very concise, accurate and understandable. Thank you!

milkbread
Автор

That's the best channel i have seen so far. Thank you

alimasterchess
Автор

ive been watching the playlist its been so helpful tysm

Lucfer_
Автор

Thank you Bro Code for these lessons. ☺️

kiso
Автор

bro your videos are so clearly! from java to python un the same channel😉

NatyTor
Автор

You are just great Bro Thank you very much!!!

shrirangjoshi
Автор

With you, bro. .isalpha should always return True.

normalusername
Автор

You should call yourself "Royal Python" :D

marcinkida
Автор

bro can we have python flask tutorial??

bassist