Assignment Operators : Python tutorial 37

preview_player
Показать описание
Guys please help this channel to reach 80,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.

In this video I told you about assignment operators
Рекомендации по теме
Комментарии
Автор

Now I understood assignment operators... Your way of Explaining very good that makes each concept crystal clear and easy.... Keep making videos for us

brijendraryan
Автор

your videos are so good sir . like your videos very much and ur technic is very standard

soyeb
Автор

also, we can do divide operation (/=) and module operation (%=). And again Thankyou Harshit

FirozBaksh
Автор

String are immutable but if u put same name string in replace method then u can do, like
1 n="SUKrIT"
2 n=n.replace("r", "R")
3 print(n)

_run

SUKRIT

sukritbera
Автор

# this is possible :
string = "string"
string = string.replace("t", "T")
print (string)

soyeb
Автор

If I want to give space between some letters how can I give

princeyohannan
Автор

HI HARSHIT
print (name+"it") yeh aesay bhi hou skta hain?

hanzlaumar
Автор

String is immutable so why name=name+ "it" is working... we are changing value of string here and object where we are storing it again is same.

chetnachaurasia
Автор

Everything is fine Now. But the #Harshit_Vashisth not responses.

kanwaradnanrajput
Автор

strings are immutable in python so how it is possible?

wanderer....
Автор

name = "Gan"
name += "bold"
print(name)

output :
Ganbold

Why is assignment working?

itbraus
Автор

oky, agr start may ya string k andr add krni ho guys any one help

aliiiarihahs
welcome to shbcf.ru