Python Tutorial in Hindi | String Operations in Python | String in Python | Python Tutorial

  Рет қаралды 2,313

Code-yug

Code-yug

Күн бұрын

Пікірлер
@khijarjaykar
@khijarjaykar 2 жыл бұрын
Nice 👍👍👍👍
@Codeyug
@Codeyug 2 жыл бұрын
Thanks..
@shanvikgowda
@shanvikgowda Жыл бұрын
num=[1,2,3,4] value3=num.pop(0) value4=sum(num) print(list[value3,value4])
@KaranSinghD-yj9ep
@KaranSinghD-yj9ep 2 жыл бұрын
#concatination """concatenation is used to add two string by "+" operator. If you forgot to add something in yoyr string U cant rechange it because string are immutable but u can add another string in it.""" a = "karan learning" print(a) #want to add more in a ,no promble use concatenation. b= a +" "+ "python" print(b) #mutiplication # used to multiply string number of times print("karan") print("___+_+___" *3) print("singh") c= ("Hello ") print(c*4)
@nikharsachdeva
@nikharsachdeva 9 ай бұрын
del keyword deletes reference to string not the string object from memory itself str1 = "codeyug" str2 = str1 Now we have a string object "codeyug" with two references to it str1 and str2 If you print id(str1) and id(str2). It will print same id. Means both names are refering to same string object del str1 It will delete reference "str1" but string object is still there as it is also referred by str2 print(str2) will print codeyug del str2 Now str2 reference is deleted. and since no reference/name is pointed to string "codeyug" now the string object will be collected by garbage collector hence deleted
How To Use Functions In Python (Python Tutorial #3)
14:55
CS Dojo
Рет қаралды 2,4 МЛН
路飞做的坏事被拆穿了 #路飞#海贼王
00:41
路飞与唐舞桐
Рет қаралды 26 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 14 МЛН
String in Python (Hindi)
28:54
Geeky Shows
Рет қаралды 71 М.
Python Tutorial ||  Data Types ||  complex data type || by Durga Sir
13:34
Durga Software Solutions
Рет қаралды 10 М.
String Methods in Python | Python Tutorial - Day #13
22:32
CodeWithHarry
Рет қаралды 1 МЛН
How to Use If Else Statements in Python (Python Tutorial #2)
19:45
Python List Slicing - In Hindi
9:37
codeitup
Рет қаралды 65 М.
路飞做的坏事被拆穿了 #路飞#海贼王
00:41
路飞与唐舞桐
Рет қаралды 26 МЛН