Finally i completed all my backlogs...yeeeeee.....i will continue live from today🥳🥳🥳🥳🤠
@ARES-vn1px Жыл бұрын
IGNOU student ?
@Shadow_Monarch65775 ай бұрын
Wait !! you guys having backlog in computer science it's understandable if it's maths but backlog in computer science is rare cause compared to other branches subject we'll have easy time compared to Ece,eee etc..
@abhishekmeena4253 Жыл бұрын
b = [ 10 , 20 , 80 , 90 ,34 ,54 , 78 ] ent = int(input("enter the index: ")) for index , l in enumerate(b): if ent == index: print(f"the value in index is {l}")
@maheshpaliwal3111 Жыл бұрын
Sir I requested that with this course in a every week one day you solve real problem or leetcode problem with python,so we can build our problem solving skills
@oPERFECT Жыл бұрын
Well explained sir 😀😀 Learned python from ur videos and now working as developer freelancer
@ImproveProgrammingLogic Жыл бұрын
Indeed
@lakshyaarora6108 Жыл бұрын
bhai kya develop karte ho?? web apps ya website aur kitni earning hojati hogi approx month ki?? please answer!
@@ImproveProgrammingLogic Bhai develop kya karte ho
@muhammadumar7577 Жыл бұрын
Harry Bhai at 3:26 hum indexing karne ke bajaye hum ye code bhi run karskte the ************** marks = [23, 45, 67, 12, 98, 43] for mark in marks: print(mark) if mark == 98: print("Umar is Awesome") **************
@beyjobs Жыл бұрын
lekin humko index value 3 pr ye print krwana tha na isliye unho ne index wala method use kia index wala useable hai
@maliktalha8635 ай бұрын
Situation change bhi hoskti. Turn ham index ko dkh k chalain gay
@MAbdullah2843 Жыл бұрын
This course in best #Day_42
@fanciedinterface1616 Жыл бұрын
awesome video man,42 days completed ,58 more to go
@Kiran23456 Жыл бұрын
I think now you have completed can you please share your experience
@RoyalPandit02110 ай бұрын
bro its very good as you progress it will become complex if u are new but with time it will cover up@@Kiran23456
@arpankarmakar16 Жыл бұрын
#Day42 completed. 58 more to go!!!
@indreamelite594 Жыл бұрын
Nice buddy 🤍
@SongsEclipse4 ай бұрын
done 42% of the playlist 👨💻👨💻🔥🔥
@aarimandinayashow42274 ай бұрын
damn that's crazy bro.......but did anyone ask?
@yash46974 ай бұрын
I asked
@StrongMind-q3k17 күн бұрын
@@aarimandinayashow4227 fr no one asked your existence here
@subhradwipnayak1182 Жыл бұрын
Brah, Harry bhai made me laugh just in 1:00 His: "mere 2 mark kat Gaye to baki bacchon ka kya hoga socho" 😂😂 Anyway nice course ❤
@SHIVAMKUMAR-xk7lz Жыл бұрын
Ishi comment ko mein bhi khoj raha tha :)
@anmolverma075 Жыл бұрын
Harry Sir , please make a video on Android Development roadmap in 2023. It's a humble request!
@BountyHxntxr Жыл бұрын
Thanks bro I was looking for an indepth tutorial on it 😅
@saugatnepal5956 Жыл бұрын
Harry bhai, Can we raise the bar a little? I am taking your JavaScript course as well along with this course. I have felt in JS course, everyday you learn a lot. In this course I feel the tempo is a little slower. Would love to watch longer videos. I want to take the most out of this course. Lots of love Harry bhai.
@abhinavkhatri4006 Жыл бұрын
Nepal bata ho ?😳
@ImproveProgrammingLogic Жыл бұрын
@@abhinavkhatri4006 Kyu
@tanmaymalviya5312 Жыл бұрын
I also feel the tempo can get paced a bit while the videos getting longer would let us gain more in depth knowledge . But i feel Harry must have a plan setup and he is going with the plan he has lets hope the tempo increases from here on
@jaivik9093 Жыл бұрын
Series ka growth exponential hoga just like JS course achanak se level high hoga basic khatam hone ke bad
@Shortsfortheday216 ай бұрын
this enumerate function will actually help a lot in the kbc quiz we created and the loop we created to print all the questions honestly kinda great honestly thanks, i needed this
@ovi225523 күн бұрын
a=[12,23,43,24,64,24,98,35,25,7,65] for i in a: if i==98: print("Awsome") else: print(i) We can write this
@AmitSharma-oh5uw11 ай бұрын
finally day 42 also completed 🎊🎊🎊🎊🎊🎊🎊🎊🥰🥰🥰🥰🥰🎉🎉🎉🎉🤖🤖🤖🤖
@VS_Kaushik Жыл бұрын
Thanks harry bhai thanks
@anirudhnautiyal233624 күн бұрын
Amazing lecture harry bhai❤
@thefireyphoenixАй бұрын
marks=[7,8,9,0,44,33] index=0 for mark in marks: print(f"Index {index}, marks {mark}") if mark==marks[3]: print("Arushi, it worked!") index+=1 This should have been the initial code Honestly the purpose of enumeration is to not having to write this much code for index etc and directly use such a function to write the index and the values displayed in the list.
@krishankaushik4800 Жыл бұрын
Doing great work
@mdsohanurrahmanhridoy1343 Жыл бұрын
#Completed day#42/100😍
@zidanali7496 Жыл бұрын
Great Video
@mahadrayyan199710 ай бұрын
marks=[12,33,42,98,33,22] for mark in marks: print(mark) if mark==marks[3]: print("harry awesome!") sir we can do this way as well if we do not want to use enunmerate function and this way we do not have to define index as well
@ashutoshmishra47815 ай бұрын
harry tumhra intro & ending music jyada motivate krta hai sunne ka lya 😂🫡
@atulyadav993 Жыл бұрын
Nice bhai
@rudra2036 Жыл бұрын
list = [1, 2, 4,5,6,7,8,9,10] for i in list: print(i) if i == list[3]: print("awesome harry bhai") continue enumerate k jagah ye basic se bhi to ja sakte hai then why will use enumerate harry bhai???
@t.shravyasree-ie-2435 Жыл бұрын
But along with numbers in a list...I think we can't print the index number at the same time
@shivamchaudhary8592 Жыл бұрын
#Day42 Present Sir
@amitdeshmukh9660 Жыл бұрын
Thank you for everything harry....
@krishankaushik4800 Жыл бұрын
nice bro love you
@vaibhavsoni468011 ай бұрын
list=['animal','gadar-2','omg','kgf','salar','jawan','3 idiots'] for index,i in enumerate(list, start=0): print(f"index: {index} and",i)
@SoumenMaity9 Жыл бұрын
Good, very easy to understand.
@bakhatbaba5684 Жыл бұрын
Informative
@MovieOk-p8q10 ай бұрын
Finally day 42 also completed 🎉🎉🎉
@webPro_faizan Жыл бұрын
Awesome
@Arnav-maurya846 ай бұрын
It's a great achievment congrats
@rAjAbhinand98 Жыл бұрын
Cool
@Manish-qt1bz Жыл бұрын
Present Sir 🔥
@Thegreatakashdeep4 ай бұрын
Badhiya !
@wasimsaifi4512 Жыл бұрын
Present 💝
@EmpowerTheVoice11 ай бұрын
Marks = [43,56,67,87,34,56,76,34,75,34,65,23,23,23] for index, Marks_ in enumerate(Marks): #list me kn sa element kn sa index pa ha enumerate function yah btata ha print (index,Marks_)
@jatinbhatt2222 Жыл бұрын
Present Sir on Day-42 ✋
@Nuvora.OFFICIAL Жыл бұрын
Present Sir!
@teertharajturkar Жыл бұрын
#day 42 present sir
@RohanDasRD Жыл бұрын
Day 42 done
@faizandynamicearth Жыл бұрын
Bht alla
@ermanojku Жыл бұрын
Gajab bhai, mere marks 98 aaye hahaha cool bro--achha andaaz hai
@rode_atharva Жыл бұрын
Sir will you have any plan to bring web development series after this python course❤
@Haribansh-zt5qz Жыл бұрын
He already have webD playlist on his channel.
@br3ak_ Жыл бұрын
Why do all indians use "sir" in every sentence lmao. That's so awkward
@RitikV22 ай бұрын
thank you harry bhii
@danyalasif83223 ай бұрын
Present Sir from Pakistan!
@himanshuraivines9551 Жыл бұрын
Thanks a lot Harry bhai for because i don't know enumerate in python ❤️❤️
@dhaulagiribgl434 Жыл бұрын
How many days gone you didn't use c programming If you use c what technology you will use for c programming idle code editor What are the modern technology you use as 2023
@USMANILYAS-ix1nc Жыл бұрын
good course bro..............
@EmpowerTheVoice11 ай бұрын
#age enumerate function na use krn to asa solve krna prha ga Marks = [43,56,67,87,34,56,76,34,75,34,65,23,23,23] index = 0 for i in range(1, len(Marks)+1): index = index+1 if (index==4): print ("wow have done it") print (i) print ("Hello")
@mryt8416 Жыл бұрын
Thanks harry bhai
@eashovon Жыл бұрын
Present Brother From Bangladesh....#Day42 Done
@restlessconqueror Жыл бұрын
Harry bhai iske baad DjangoRestFramework ka tutorial bnado. Bhot dhoonda par ek badhiya course khin nhi mil rha or na aapke channel pe DRF ka koi tutorial hai. Mere jaise bhot logo ki help ho jayegi.
@ProgrammingNCodingWithHarsh Жыл бұрын
Code With Harry Come With Sundeep Maheshwarii!!
@technikalproblem6780 Жыл бұрын
Thank you so much sir for creating this video!
@gourijamkhindikar Жыл бұрын
congratulations
@vjournalbytej98329 ай бұрын
Present Sir 🤚
@mushif77459 ай бұрын
marks =[12,56,32,98,12,45,1,4] for mark in marks : print (mark) if mark == marks[3]: # if mark == 98 print ('HARRY AWESOME') #Harry bahi ya be to easy ha ya Q ni kr sakty kya
@Radhe_radhe2929 Жыл бұрын
Day 42 🔥
@Uploader12 Жыл бұрын
thansk
@yatindrapabbati6878 Жыл бұрын
DAY42-PRESENT SIR!
@gamex9553 Жыл бұрын
day 42 completed
@mariamhasan3733 Жыл бұрын
Day #42 done
@thatcoolkid370 Жыл бұрын
#Day 42 in 100DaysOfCode. Trying to catch up with the series
@kahani_ka_jadu3 ай бұрын
i did the same think from this code if i am wrong then tell me how marks = [12, 56, 32, 98, 12, 45, 1, 4] for k in range(len(marks)): print(f'{k+1}. {marks[k]}') if k+1==5: print('This is 5th element.')
@subhyoyogg23942 ай бұрын
marks = [12, 56, 32, 98, 12, 45, 1, 4] for k in range(len(marks)): if k+1==5: print('This is 5th element.') print(f'{k+1}. {marks[k]}')
@meditationmusic6482 Жыл бұрын
Thanks sir.
@harshit7787 Жыл бұрын
Day 42✅
@sam43112 Жыл бұрын
niceeeee
@deekshithaparasu Жыл бұрын
#day42 completed
@NEERAJ-dw9bt8 ай бұрын
Present sir 🤚
@Keepitshort417 Жыл бұрын
present sir from Pakistan tharparkar more
@MovieOk-p8q10 ай бұрын
Present🎉❤
@nepaligang8090 Жыл бұрын
00:58 khudke taarif hummm
@Divyanshkhandelwal15 Жыл бұрын
#harrybhai
@qzarmy705910 ай бұрын
I am present bhaiya ❤
@sabujsangram5977 Жыл бұрын
Attendance of day 42 😎
@vidushibhardwaj1415 Жыл бұрын
DAY #42 done
@Vignesh-y4j3 ай бұрын
42nd one!!
@sridiptah3186 Жыл бұрын
love you harry sir❤
@ayushkumargupta2430 Жыл бұрын
present sir
@shubhamrawat9596 Жыл бұрын
#Day42🤗🤗🤗
@shibammondal3915 Жыл бұрын
#Day_42
@CoderzGaming093 Жыл бұрын
#day42
@__ayu Жыл бұрын
#DAY42 COMPLETED #CodeWithHarry
@gymlovers7362 Жыл бұрын
Hello Harry bro
@webdeveloper209 Жыл бұрын
Present day 42/100
@supergaming2.o Жыл бұрын
Sar how can see your notes in pdf for download
@abhinav5786 Жыл бұрын
Present sir 😁
@ManishGoyal-wu9hk Жыл бұрын
Harry Bhaiya jab aapne index==3 kera mujhe laga ye koi nai cheez hai 😂
@Himanshujha80 Жыл бұрын
#Harry Bhai
@lakhyadeepsen Жыл бұрын
Day 42 of 100 of python challenge completed. #100DaysofCode #100dayspythonchallenge
@Knights_Ride Жыл бұрын
Harry bhai OOPS kab s start hoga🤔🤔
@proudtobeindian1894 Жыл бұрын
Present. #100daysOfcode #day42
@KeshavBhardwaj-eu5tx Жыл бұрын
why do i even need use enumerate function I can do the same by this aswell "marks=[1,54,23,6,4,34,21,99,24,36,12] for mark in marks: print(mark) if (mark==marks[7]) : print("Keshav is awsome") "
@sudhansubalasahoo Жыл бұрын
Present Sir
@theroshantune Жыл бұрын
wanted to see me after 57 days day 42 done.
@killerdestiny7866 ай бұрын
I tried to create results according to their names, but couldn't enumerate and do with names. marks = { "Adam": 100, "Cathrine": 85, "Doug": 72, "Eli": 65, "Bruce": 90, "Fatso": 55 } for ki, val in marks.items(): # for ki, val in enumerate(marks.items()): print(ki, val) if val == 100: print("You got a perfect score!") elif val >= 90: print("You got an A! ") elif val >= 80: print("You got a B!") elif val >= 70: print("You got a C!") elif val >= 60: print("You got a D!") else: print("You got an F!")