Instagram (for those who want to mention, I will try to mention everyone back): instagram.com/codewithharry/
@gopiazad6772 жыл бұрын
Thank you sir
@hayat-afridi2 жыл бұрын
Okay Sir thank you❤
@maheshwarupadhyay34152 жыл бұрын
Love you #harrybhai
@maheshwarupadhyay34152 жыл бұрын
Love you #harrybhai
@maheshwarupadhyay34152 жыл бұрын
Fork repell was so important
@sohailnawaz186 Жыл бұрын
1. strings are immutable. 2. any method on string takes a copy of the object. 3.string.upper will convert the string to an upper case 4.string.lower will convert the string to lower case 5. string.rstrip("character") will strip the trailing characters of string 6.string.replace("character/alphabets", new character/alphabets") will replace the existing specified alphabets in string with new ones 7. string.split splits the string at the given alphabet and returns a list of items 8.string.capitalize capitalizes the first character of the word and turns rest all the characters to lower case 9.string.center center aligns the string by adding the number of spaces mentioned in parenthesis 10. string.count counts the total number of a particular set of characters in a string 11. string.endswith checks whether a string ends with the specific characters 12.string.find finds the first occurrence of a given value and return the index value of the position of that occurrence 13.string.index finds the occurrence of a given value and returns the index value of the position however, if it is unable to find it will give an error causing the program to exit 14.string.isalnum checks to find if string is alphanumeric and returns true or false 15.string.isalpha checks if there are any numbers in the string 16.string.islower checks if there are only lower aphabets in the string 17. string.isprintable checks if all the characters are printable in the string(non printable characters e.g ) 18 string.isspace checks if any space bar has been used in the string 19.string.istitle The istitile() returns True only if the first letter of each word of the string is capitalized, else 20. string.isupper checks if all characters are uppercase in a string 21. string.startswith checks if a string starts with a given value 22. string.swapcase convert uppercase to lowercase and vice versa in a string 23.string.title converts first character of all the words in the sentence to capital
@programmershourya Жыл бұрын
Thnks v.much
@Informize Жыл бұрын
Time kaha se mila
@rajmadheshiya8340 Жыл бұрын
Thankyou very much brother , I was making the notes of all lectures . And this helped me a lot .
@pinkijha5320 Жыл бұрын
does the replace method change original string as harry said strings are immutable
@sohailnawaz1811 Жыл бұрын
@@pinkijha5320 No. it creates a new copy of the object with the replaced words.Cheers
Hey bro Can you asked me that how (find) and (index) work in python
@shubhamharale166 ай бұрын
@@Sibivlogs99 I think in python find will return a bool value where a particular given element is present on the another hand index will return the particular index in which element is present
@shubhamaswal74816 ай бұрын
bro there is another string method name lstrip() which strip the string from left side
@HashimKhan-mt6pp2 жыл бұрын
Ready with Harry bhai.... For day 13 It is the first time when I stood constant with any series on youtube or Netflix.... Salute to Harry bhai...
@lenovopc97772 жыл бұрын
bro same line ko copy krny ka shortcut kya ha
@shivamawasthi7652 жыл бұрын
@@lenovopc9777 shift + alt + down key
@PROGRAMMER_CODER Жыл бұрын
@@shivamawasthi765 ctrl+d
@Kumar-he7ey Жыл бұрын
@@lenovopc9777 for copy= ctrl+c and for paste=ctrl+v
@Xrizzii Жыл бұрын
ctrl+d or alt+shift+down key
@tinkeshnikhare40282 жыл бұрын
Very best channels for study all programming langauge
@swapneel92762 жыл бұрын
English Sikh le
@apnipathshala78662 жыл бұрын
@@swapneel9276 🤣😂😂🤣😂
@yesdaddy72202 жыл бұрын
@@swapneel9276 bhai ko confuse mat karo, python language ke baad English language bhi seekh lega🗿
@ff_hr Жыл бұрын
@@swapneel9276" Channels = channel / platform " ," for = to " , "study= learn", " All = any (is best ) " , " language = languages"
@shuvamghosh7692 Жыл бұрын
@@ff_hrbhai kya kar rha hai ,padhle
@mohammadhuzaifaansari91156 ай бұрын
Mobile phone me coding karne walo ke jazbe ko dil se salam. ❤️🔥🤝 don't give up keep trying
@RapidFireGaming85 ай бұрын
Thank you❤ radhe radhe❤
@Rimm67673 ай бұрын
Coding with mobile🥵
@Ayesha_012574 ай бұрын
Koi itni mehnat kaisay kr skta hai aur wo bhi itni honesty k sath😇...Kamaal hai..Too much Impressive😍
@kutapoiu22904 ай бұрын
00:02 Python string methods include operations like converting to uppercase and lowercase, finding string length, and understanding string immutability. 01:56 String methods in Python can change the case and strip trailing characters 04:03 String methods in Python include strip, replace, and split. 06:04 Capitalize the first letter of a string 07:57 Python's string methods like center() and count() offer useful functionalities for manipulating and analyzing strings. 09:56 String methods like ends with and find are important for string manipulation. 12:01 String methods in Python provide functionality for searching and manipulating strings. 14:07 String methods in Python for checking characters and punctuation 16:05 String methods in Python can determine if characters are printable or whitespace. 18:04 String methods in Python include start, swap case, and title. They manipulate strings in various ways. 19:42 Using Continuity camera to connect iPhone and MacBook 21:11 The video discusses improving mic setup and desk view \
@FaceSenseAustralia Жыл бұрын
Here are few more string methods which may be useful to someone: 1. casefold(): similar to lower() but more aggressive and strong. 2. encode(): return a encoded version of a string. 3. format(): format specific values inside the string.
you forgot () in strip code here the right code , i hope this will help you wrong : print(str2.strip) right : print(str2.strip()) #HarryBhai #codewithharry @CodeWithHarry
@Allround876 Жыл бұрын
Harry bhaiyya aap ka python wala T-sirt kaha se purchase kiya hai please batado
@-PShreyanshKarna Жыл бұрын
Note: If you are going though sentences , it counts space too. (for string slicing)
@dhruv_Mishra1 Жыл бұрын
that is why i was confused in the previous exercise
@ronitlakra20535 ай бұрын
thanks bro exactly what I want to hear thanks
@dwarakeshsathyarao Жыл бұрын
Man hats off, u r teaching for free and in a good quality too
@yashwantsingh62092 жыл бұрын
'rstrip' function strips the character from right side and there is another command 'lstrips' which strips the character from left side and 'strip' function strips the character from anyside of the string
@yuktikoli9118 Жыл бұрын
woah thankyou so much
@abhiyanshsinghrana-s2n10 ай бұрын
bhai lekin kewal strip function lgane se eclamation mark na to right me lagega n to left me
@CraftCrazeCoasdfghjkl3 ай бұрын
a = input("Enter your first Number: ") x=input ("Enter your operator: ") b=input ("Enter your second Number: ") if x== "+":print(int(a)+(int(b))) if x== "-":print(int(a)-(int(b))) if x== "*":print(int(a)*(int(b))) if x== "/":print(int(a)/(int(b)))
@T.Akshay_Pratap_Singh Жыл бұрын
# converting string into uppercase note: strings are immutable a = "Harry" print(len(a)) print(a.upper()) print(a.lower()) # one more example of upper() and lower() functions str1 = "AbcDEfghIJ" print(str1.upper()) print(str1.lower()) # using strip() function we can remove white spaces before and after string str2 = " Silver Spoon " print(str2.strip()) # rstrip() function used to remove any trailing characters str3 = "Hello !!!" print(str3.rstrip("!")) # replace() method using which we can replace all occurences of string with another string str2 = "Silver Spoon" print(str2.replace("Sp", "m")) # split() method splits the given string at the specified instance and returns the separated strings as list items. str2 = "Silver Spoon" print(str2.split(" ")) # capitalize() method is used to turn first character of string into uppercase and rest into lower case str1 = "hello" capStr1 = str1.capitalize() print(capStr1) str2 = "hello World" capStr2 = str2.capitalize() print(capStr2) # using center() method to align the string to the center str1 = "Welcome to the Console!!!" print(str1.center(50)) # another example of center() method str1 = "Welcome to the Console!!!" print(str1.center(50, ".")) # count() method returns the number of times the given value has occured within the given string str2 = "Abracadabra" countStr = str2.count("a") print(countStr) # endswith() method checks if the string ends with a given value. If yes then return True, else return False. str1 = "Welcome to the Console !!!" print(str1.endswith("Console !!!")) # another example of endswith() checking for a value in between the string by providing start and end index positions. print(str1.endswith("to", 4, 10)) # find() method searches for the first occurrence of the given value and returns the index where it is present. If given value is absent from the string then return -1. str1 = "He's name is Dan. He is an honest man." print(str1.find("is")) print(str1.find("Daniel")) # index() method searches for the first occurrence of the given value and returns the index where it is present. If given value is absent from the string then raise an exception. str1 = "He's name is Dan. Dan is an honest man." print(str1.index("Dan")) # print(str1.index("Daniel")) # this will show a value error # isalnum() method returns True only if the entire string only consists of A-Z, a-z, 0-9. If any other characters or punctuations are present, then it returns false. str1 = "WelcometoTheConsole" print(str1.isalnum()) # isalpha() method returns True only if the entire string only consists of A-Z, a-z. If any other characters or punctuations or numbers(0-9) are present, then it returns false. str1 = "Welcome" print(str1.isalpha()) # islower() method returns True if all the characters in the string are lower case, else it returns false. str1 = "hello world" print(str1.islower()) # isprintable() method returns True if all the values within given string are printable, if not, then return False. str1 = "We wish you a Merry Christmas" print(str1.isprintable()) str1 = "We wish you a Merry Christmas " print(str1.isprintable()) # this will return False # isspace() method returns True only and only if the string contains white spaces, else returns False. str1 = " " # using spacebar print(str1.isspace()) str2 = " " # using Tab print(str1.isspace()) # istitle() method returns True only if the first letter of each word of the string is capitalized, else it returns False str1 = "World Health Organization" print(str1.istitle()) str2 = "To kill a Mocking bird" print(str2.istitle()) # isupper() method returns Ture if all the characters in the string are upper case, else it returns False. str1 = "WORLD HEALTH ORGANIZATION" print(str1.isupper()) # startswith() method checks if the string starts with a given value. If yes then return True, else return False. str1 = "Python is a Interpreted Language" print(str1.startswith("Python")) # swapcase() method changes the character casing of the string. Upper case are converted to lower case and lower case to upper case. str1 = "Python is a Interpreted Language" print(str1.swapcase()) # title() method capitalizes first letter of each word within the string str1 = "He's name is Dan. Dan is an honest man" print(str1.title())
@TECHWIZARD1372 жыл бұрын
08:41 Bro you made things complex as you just printed the length of str1.center(50) center function centers the string from both ends of the string For instance: You should give the example like this: name = "Harry" print(name.center(9), end=",") # you can use any symbol instead of comma This will be a good and unambiguous example. This will show that 9-5=4 and 2 spaces will be given to start of the string and 2 at last and at the end of all comma will be printed. I hope you will consider my suggestion. I said it because my 2 friends are also watching the playlist and their concept was not cleared about center function.
@SS-ds9lg Жыл бұрын
name = "Tech Tech Wizard" print(name.split("T")) Answer: ['', 'ech ', 'ech Wizard'] isme single quotes kyu aa rahi 2 start me?
@SS-ds9lg Жыл бұрын
one more question- name = "Harry" print(name.center(9), end=",") isme agar mujhe dekhna hai ki index [2] pe konsa character hai to kya code hoga, index access ka general code ye hota hai ki print(string[2]), but yahan string ki jagah kya likhna hoga agar ye code use kru to
@enternamedot Жыл бұрын
@@SS-ds9lg string~name
@pratikk70759 ай бұрын
I was going through comments to see about the center. Thank you very much for this one.
@faizanmalik74115 ай бұрын
@@SS-ds9lg jis variable ka index find krna uska name enter kro gy , is example main, print(name[2])
@dankrevvo Жыл бұрын
I have Python in my syllabus,I'm in 8th grade,I discovered this playlist a while ago ,at first i decided to learn as much in my syllabus but after watching a few tutorials,I fell in love with Python and the teaching skills of CodeWithHarry sir and I am eager to learn more and complete this playlist.Thank you so much sir❤❤
@DevVerma-ry5th Жыл бұрын
Which board ??
@voiceovervault Жыл бұрын
I'm in 6
@jeitce11 ай бұрын
me also in 8th
@Ahmedhello8805 ай бұрын
- [00:28]🔄 Strings are immutable in Python, meaning you can't change them in place, but you can create new strings using string methods. - [02:39]📝 The `lower()` method converts a string to lowercase, creating a new string; the original remains unchanged due to string immutability. - [03:44] 🖌 The `rstrip` method removes trailing characters from a string, affecting only the end of the string, not the beginning. - [04:47] 🔄 `replace()` replaces all occurrences of a specified string with another string, creating a new string with the replacements. - [05:22]📜 The `split` method splits a string into a list based on a specified separator, useful for extracting elements within a string. - [06:22]📖 The `capitalize` method capitalizes the first letter of the string, helpful for correcting titles or headings. - [07:56]🎯 The `center` method aligns the string to the center by padding it with spaces based on the specified width. - [08:59]🧮 `count` method counts the occurrences of a specified substring within a string, returning the total count. - [14:00]🏷 The `isalnum()` method checks if a string is alphanumeric, containing only letters and numbers, returning true or false accordingly.
@Vaibhav-or3nc2 ай бұрын
who is learning nowdays🤩
@fatimaiqra2169 Жыл бұрын
I am not able to find words to thank you for your kind efforts in teaching us very deeply .....thank u so much....jazak Allah😊
@mahfuzurrahman917 Жыл бұрын
Masha allah, May Allah bless u with hidayah and peaceful life in this world and also with ..."(Jannatul Ferdous)"...in the Akhirah Ameen
@doniv21044 ай бұрын
center method will add the blank spaces on both side of string str1 = "Welcome to the Console!!!" print(len(str1)) print(len(str1.center(50))) o=str1.center(50) print("start:",o[0:12]) print("End :",o[37:50]) print(o[12:38]) print(str1.center(50)) Output: 25 50 start: End : Welcome to the Console!!! Welcome to the Console!!!
@vivelafootball4835 Жыл бұрын
Harry bhaiya, I am late but speeding up and learning fast with your great explaination...we are lucky to have a teacher like you...Thank you😃
@nobita538 Жыл бұрын
#HarryBhai 😎😎 A bhi khatam hogeya bhai,,, Main kitana genius huan dekha Apane🤣🤣
@badalsahoo39022 жыл бұрын
mei to , harry bhai like karne ke liya aata hun , aur like kar ke chala jata hun, apke channel se java sikh raha hun ab, aur mera excitement badh raha he, apke channel se me sab sikhunga future mein.🙂👍🏻👍🏻👍🏻
@Limitless_Dream_Motivation Жыл бұрын
Thank you Harry Bhai I was very confuse before this video on how i can get access to you repels but from now i can easily access your repels.
@thomasshelby4946 Жыл бұрын
you are a brillient youtuber bro i feel like my own brother teaching me how to code. love your content......🥰🥰🥰🥰
@ratndeepparmar621711 ай бұрын
Mind blowing explanation of each and every points sir.. Teaching technique is really a best and understandable..
@f_a_d_y88062 жыл бұрын
better than money hiest series...😂😂 #day-13 vikash dhakad present sir
@venomgaming92476 ай бұрын
bhai breaking bad dekh
@ayushsahu632 Жыл бұрын
jo bhi doubt aate hai wo aap apne videos mein include kar lete hun..thanks a lot sir
@debasishbesra2901 Жыл бұрын
Day3 of #100DaysOfCode. Today in this video13, I learned about various string methods in Python, such as upper(), lower(), strip(), replace(), split(), and many others. These methods will help me manipulate strings effectively, such as changing character casing, aligning text, counting occurrences, and checking specific conditions within strings. Thank You Harry Bhaiya.
@MustafaAhmed-xk4mf Жыл бұрын
Bro, do I have to learn all the string methods in Python?
@dhruv_Mishra1 Жыл бұрын
@@MustafaAhmed-xk4mf same question
@abdullah_771 Жыл бұрын
Bahut hi khubsoorat.. tarike se course banaya hai sab kuchh top notch hai
@kunalgurav81942 жыл бұрын
str = "This is day 12 of thie series was completed!" str = str.replace("12", "13") print(str)
@alirazajafri60922 жыл бұрын
Moj Kara di londay...
@sayamvatsa6113 Жыл бұрын
Clever!!
@brajrajsingh9035 Жыл бұрын
Bhai ak number notes or satting hai 👌👌❤
@bibek-bhujel Жыл бұрын
studied java in previous sem and got to this, all the methods are quite easier to me. Its fun. I had tried to learn from this series previously too, but I got too confused, but coming after learning java, python feels a little easier as of day 13
@victorb226227 ай бұрын
15:13 हैरी को मजा आ गया तीन व्यूज एक स्क्रीन में करके ।कभी सोचा होगा की जो लोग मोबाइल में देखते होंगे इनका क्या हाल होगा ,ज्यादातर मोबाइल में ही देखते हैं।अब तो रिप्लिट भी मोबाइल में आ गया
@anitagul68002 жыл бұрын
Your way of teaching is just awesome
@atrikashow81182 жыл бұрын
Bhaiya blockchain ke uper series ka intezar hai Love youuuuuuuuuuuu❤❤❤❤
@WaizBilal-fz3bz2 жыл бұрын
Thank You sir for this course.
@Helly04 Жыл бұрын
len-finds the length of the string upper-capitalizes each letter of the string into upper case lower-coverts all the characters of the string into lower case capitalize- capitalizes only 1st letter of the string & turned rest of the letter into lower case isupper-Returns True if all the characters of the string r in upper case islower-Returns True if all the characters of the string r in lower case title-Capitalizes each 1st letter of the string into upper case istitle-Returns True if each 1st letter of the string r in upper case isalpha- returns True if the characters of the string contains A-Z or a-z , if there is any special symbols, punctuations etc then it returns false. isalnum- returns True if the characters of the string contains A-Z or a-z or 0-9 , if there is any special symbols, punctuations etc then it returns false. isprintable-returns True if the characters of the string r printable,else it returns false. isspace-returns True if the string contains white spaces,else it returns false. startswith-returns True if the string starts with the given value,else it returns false. endswith- returns True if the string ends with the given value. split()- converts the string into the list center()-Aligns the string into the centre as per the argument given. index()-searches for the first occurrence of the given value & returns the index number where it is present. find()-finds the 1st occurrence of the given value & returns the index number if it is not present it returns -1. swapcase()-Coverts the uppercase of the string into lower case & vice-versa count()-counts the occurrence of the given value in the string rstrip()-strips the given value from the right side of the string lstrip()-strips the given value from the left side of the string replace("existing val","new val")- replace the existing value with the new given value
@arpankarmakar162 жыл бұрын
Present on #Day13 (11-Dec-22). Harry bhai you're really taking this course on a next level! Your older tutorials didn't contain so many methods. Thank you for your efforts.
@aadisingh8742 Жыл бұрын
Hey buddy. Did you finish that course??
@arpankarmakar16 Жыл бұрын
@@aadisingh8742 yeah but now heavily burdened due to studies
@aadisingh8742 Жыл бұрын
@@arpankarmakar16 what are you doing currently
@aadisingh8742 Жыл бұрын
@@arpankarmakar16 did you get any benigit from that course. ?
@arpankarmakar16 Жыл бұрын
@@aadisingh8742 yeah learnt a lot of new things from that course and also made a few custom projects, but nowadays I've to focus on studies more because of my poor grades
@ghufranbashirАй бұрын
HELLO HARRY BHAI I AM FROM PAKISTAN YOU ARE TEACHING VERY GOOD STYLE I AM VERY VERY BEIGGNERS STUDENTS IN PYTHON . THANKS FOR TEACHING
@vivek29925 Жыл бұрын
Thank you so much Harry Bro for the knowledge you are sharing❤
@sarkarishayta Жыл бұрын
Mja aa gya ch-#12 tkk kuch khas smjh nhi aaya tha lekin ye chapter/session-#13 ache se smjh aaya.
@pullock-byjus11632 жыл бұрын
Thank you very much Harry Bhai for making us learn Python for free and I saw that you were recording the video at midnight in some videos
@varshamishra9461 Жыл бұрын
how to run another file other than main.py in a repl
@VpnRealm-ks3qv10 ай бұрын
# STRING METHODS IN PYTHON. # STRINGS ARE IMMUTABLE IN PYTHON a = "sudipta !!! !!!! sudipta!!!!" print(a . upper()) print(a . lower()) print(a.replace("sudipta" , "STUDY")) print(a.rstrip("!")) #Removes what is in brackets . print(a. split(" "))#splits all same results in place of space . heading = "introduction to python" print(heading.capitalize())# capitalizes first letter of the string and other letters into small letters . str1 = "welcome to simlapal" print(str1.center(60)) print(heading . center(60))#TAKES ANT STRING TO CENTER AND ADDS SPACES TO LEFT AND RIGHT . print(a.count("sudipta"))#counts any asked word in a string . print(a.endswith("!!!"))#checks if the string ends with the given value . print(str1.endswith("!")) str2 = '''His name is dan. He is an honest man 200''' print(str2.find("is"))#finds the first occurence of the given value and returns the index value . print(str2.find("ishh")) #if the value is not found then it returns -1 print(str2.isalnum())#checks if the string is alphanumeric . print(str2.isalpha())#checks if the string is alphabetic . print(str2.islower())#checks if the string is in lower case . print(str2.isupper( ))#checks if the string is in upper case . print(str2.isprintable())#checks if the string is printable . print(str2.center(70)) print(str2.isspace())#checks if the string is space . print(str2.istitle())#checks if the string is title . str3 = "Jay Shree Ram" print(str3.istitle())#checks if the string is title . print(str3.startswith("Jay"))#checks if the string starts with the given value . print(str3.swapcase())#changes the case of the string . print(str2.center(55) , str2.title())#title capitalizes the first letter of each word .
@abubakartaufiq6065 Жыл бұрын
Great teaching done by you. Full hats off to you
@vansh_sethi2 жыл бұрын
Harry Bhai is an inspiration ❤
@FizaFakherАй бұрын
free code camp se smja man ebut clear nhe ho paya but harry bhai kamal ha awesome smj arhe ha or mza bhe end ka araha ha dil krta ha foran next next kro
@GAMINGWITHPOLAR922 Жыл бұрын
Harry me to yeh mobile pet kar Raha hu 😢
@SupreemeSteevee9 ай бұрын
Same. Don't worry just don't stop
@ahsanraza71999 ай бұрын
@@SupreemeSteeveekitny lectures tak mobile mein kr skty hain or ap kahan tak pohanchy o
@LegendAce-i1w9 ай бұрын
Me be Mobile ma karraha hu but no problem 😊
@SupreemeSteevee9 ай бұрын
@@ahsanraza7199 complete
@Nishan-p7r9 ай бұрын
@@ahsanraza7199u can do everything in a mobile
@Just_shayrii2 жыл бұрын
It's so good Harry bhai ❤️❤️❤️❤️❤️💫I try to make my self as you
@mdhyderalikhan8725 Жыл бұрын
"Harry">>>>>>>>>>>>>>"Hello World" 🤣😂
@rajtoon2.opokemon2977 ай бұрын
😂
@NavneetSingh-hv9wi6 ай бұрын
Intresting Series😍
@awaisarshad46432 жыл бұрын
♥♥♥♥it is the ** first time when I stood constant with any series on youtube Salute to Harry bhai... Thanks harry bahi Thanks ♥♥♥♥
@homegamer3202 Жыл бұрын
bro "constant" nahi 'consistence" hota hai
@Fineartdrawings6 ай бұрын
thanku harry sir for your important and learning books
@prensudangol15476 ай бұрын
100 days of python series >> any netflix series
@RajNamdev_19 Жыл бұрын
LOVE YOU HARRY BHAI❤
@muhammadtaimoor958310 ай бұрын
Alhamdullilah in day 13 in one day.Insha Allah I will finish it in one week
@Vivek-h1p2 ай бұрын
this is day 2 of my python journey and today i completed 13 days of content in this serise...
@Kuch_Bhi-lets_explore_it2 жыл бұрын
Amazing Video learnt alott and enjoy alott 🔥🔥
@takshbhatt14720 күн бұрын
One correction is that capitalize method converts all other characters to lowercase, regardless of whether the first character was initially uppercase or not.
@manisharya58604 ай бұрын
Kon kon 2024 mein start karra hai
@wardaubaid7894 ай бұрын
me apka kitna hua or practice kasa ker reha
@ahmedraza79333 ай бұрын
me
@TheSarimShow111 ай бұрын
very interting 👍👍👍👍👍👍👍👍👍
@HassanKhan-jl5pu3 ай бұрын
Hr string ko str1 k equal rkha tha mean hr string ka name same tha phir b error ni aaya q
@code_with_sharjeel3 ай бұрын
pyhton mein ovverride kr sKTE hai variables ko is lie nhi aya
@-ECE-KUMARSHANU Жыл бұрын
you are the best teacher to whome every one can conect
@Fitness_Freak_Aryan_Singh2 ай бұрын
day 13 at the day1 only
@BadBxZUBON24 күн бұрын
i am also using macbook m2 and it is very good for coding and editing 😍
@code_with_sharjeel3 ай бұрын
Present harry bhai.. 3rd day of your course and on lec 13
@anonymous____________________42 жыл бұрын
Pranam bhrata 🙏 apka bahutt baht dhanyawad 😄🧡😇
@biswabaral9495 ай бұрын
#testing immutablity of strings f = 'dadadada' print(f) f = f.upper() print(f)
@PythonBuzz2 жыл бұрын
bro me apki sari vedio dekh ta hu muje gift chaiye apki tarfse bhai 😁😁🤣🤣😍😍 Day #13
@AshMirPrivate Жыл бұрын
It is is 'Cmd + /' for VS code in Mac.
@codewithramuu Жыл бұрын
ভাই 💥💥💥💥 সেরা ব্রাদার❤ Love you Harry bro❣ From Bangladesh💞
@oner16074 ай бұрын
love you bro😇😇
@prasadtakate930211 ай бұрын
in addition to rstrip there we can use lstrp("") which remove left character and strip() which remove both left and right side character
@coding---2 жыл бұрын
Thank you everything bhaiya dil se
@veiscorp8 Жыл бұрын
bhai is video me aap bht jyada fast ho gye aur kai chije jaldbazi me bata diya bina better explanation ke i m beginer nd is video me lgbhag sbkuch sir ke upar se chala gya mere
@prathameshdhole15222 жыл бұрын
Harry bhai ek no sabse best
@junaidtanveer71912 жыл бұрын
Nice harry Bhai kamal ka lecture han😍😍
@RahulVerma_982 жыл бұрын
thanks harry bhai for course. mjja to bhut aa rh hai bhai.
@Manish_Sahu2 жыл бұрын
badhiya setup hai bhai. very nice
@vineshala3625 Жыл бұрын
bhai bahut mazza aa raha hai........................................
@NonameOk-gk7uv7 ай бұрын
6:33
@yasinraza313 Жыл бұрын
You are great Harry Bro 😍 love from Pakistan🟢
@mayankkeshari67372 жыл бұрын
koi rahe na rahe i will be till end of 100 days salute to your efforts
@goldlandmarketing2233 Жыл бұрын
Excellent Work
@sabirgaming30922 жыл бұрын
Thanku harry bhai *# Day 13* ke liye
@ankitmishra52622 жыл бұрын
Please explain that will make u unique and everyone also like
@AnEngineerHuman2 жыл бұрын
Day-13 done love you harry bhai❣❣
@SatyamSapkalSagar11 ай бұрын
very helpful video sir
@jaysukhhadiyal8482 жыл бұрын
jordar courese ho raha he harry bhai
@TahirMushtaq.official Жыл бұрын
great yrr fork wala kaam bohtt kaam aya
@adarsh_endeavour2 жыл бұрын
Bhiya How much you are doing for Us that is such so caring❤❤We love you and your work.
@shubhamvishwakarma5972 жыл бұрын
ha harry bhai maza to bahut a rha h😁😁
@Ejwj-6 Жыл бұрын
Love u bro❤
@rahulbelwal9577 Жыл бұрын
present sir on day #13 . lot of love UTTARAKHAND. 🥰🥰🥰
@tannugupta185 Жыл бұрын
Harry Bhai...u r the best... Thankyou
@ankitmishra52622 жыл бұрын
Please make revision video every week to revise topic because I'm learning programing and face problem that i forget