List vs String : Python tutorial 91

preview_player
Показать описание
Guys please help this channel to reach 20,000 subscribers. I'll keep uploading quality content for you.

Python is easy programming language to learn and anyone can learn it, and these tutorials are 100% free in hindi.

You can share this playlist with your brother, sisters and friends. This will surely add some values to their life.

If you follow this complete playlist of python tutorial surely you will learn everything about python programming language.

This video is all about "list vs string"

Рекомендации по теме
Комментарии
Автор

Sir ur way of teaching is mind blowing👌👌u r the bestest teacher👌sir plzz its a humble request to u plz start artificial intelligence course also

Avnikaur
Автор

Hi 1 question
If list is mutable then why did "join" method gives one time effect instead of permanent change

aarjunmehta
Автор

a="Kausik"
a=a+'S'
print(a)



We can add character or string after a string..please clarify

tourwithkausik
Автор

Sir We Can Add A Character In A String, I Had Made The Programme

craftyhands
Автор

a='harshit '
a=a+ 'vashistha'
print(a)
a='harshit vashistha'
but at 2:55 you said we cant add something to a string being immutable???
please clarify

adityasaxena
Автор

sir please start artificial intellligence too

_Alpido___
Автор

print(s.title()) ll change the string without creating new string var...

bilalhameed
Автор

Python me garbage collection hogi hai.., , kya? Java ki tarah

RAJENDRAKUMAR-obmr
Автор

how can we change a particular character from a list

vibhumehrotra
Автор

b = "boring"
b.title()
print(b)

b = "boring"
print(b.title())


Output :- boring
Boring


Please explain?!

Momo
Автор

Sir please data science with python ki videos banai sir please

Explorewithrishabh
Автор

i think you are wrong as we can change a string as
s='string'
s=s.title()
print(s) #String

vibhumehrotra
Автор

s="mauank"
s+="kkk"
print(s)

mayankvekariya
Автор

But, if we do...


string = "A"
string += "B"
print(string)


OUTPUT: AB
How ? Please reply.

pawanbhatt
Автор

If you are going to entitle uploads in English, use English in the narration, not gobbledygook.

stelun
Автор

iske sivay koi difference hi nai he kya pagal

ishanbhavsar