Wow I just found this channel, these lessons are golden! Thank you!
@codetodesign20 күн бұрын
I'm glad you found this helpful 🙂
@anupbarua615122 күн бұрын
a = [3, 1, 2, 1, 1, 3, 1] cd = Counter(a) for i in cd.elements(): print(i, end=" ") # 3 3 1 1 1 1 2
@niranjanreddy106424 күн бұрын
❤
@basavarajchougala338425 күн бұрын
Great Way of Explanation. wholeheartedly thankful to you sir 🙏
@codetodesign24 күн бұрын
I'm glad you found it helpful.
@Alexwasnot25 күн бұрын
Bro you should make a game😅
@hunorfekete741325 күн бұрын
Also why would it leave the in the str? Unlike split
@codetodesign25 күн бұрын
because the function reads the file line by line, and each line ends with a newline character to indicate where it terminates. The newline character is part of the content of the file, so readlines() preserves it in the strings it returns. split(), on the other hand, is meant to break strings into parts and removes the delimiter since it's just used to separate the segments. Different tools, different purposes!
@hunorfekete741325 күн бұрын
U wrote super user as the title
@codetodesign25 күн бұрын
My bad, thanks for pointing that out...
@Aina-tx5yt25 күн бұрын
Thanks ❤
@carlomeris2184Ай бұрын
I want it to jave a menu lol😅
@Sunaina-o5mАй бұрын
Hello you
@NiteshMaurya1Ай бұрын
nice
@guyfoxjr8243Ай бұрын
Good 😊 video
@ЧалыйаАй бұрын
Thanks for the breakdown! Could you help me with something unrelated: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
@mawkuri5496Ай бұрын
im going to use mojo
@primeflixmovies1Ай бұрын
Thank you bro ❤
@Life-Of-CodersАй бұрын
Wow thank you ❤❤❤
@jeanclaudenshimiyimana5201Ай бұрын
Great
@clashhub_Ай бұрын
So we can take user input in one line lambda ?
@kalashtechz1234Ай бұрын
dang
@sakshimongre5354Ай бұрын
Thankyou 😊
@deepaliya3Ай бұрын
Can you please pin the different components of SQL details video