19:20 we will have to take it as I in range (7) as we need to print only 9 elements. 2 elements taken initially + 7 elements from loop as it will go from 0 to 6
@sainikaindorjey83172 жыл бұрын
a=[] for i in range(1,101): if i%3==0 or i%5==0: a.append(i) print(a) hw done 😁
@panditsharma550310 ай бұрын
Or nhi hoga and hoga kiuki dono ko satisfy krna h
@PawanMehra-ll3rb8 күн бұрын
And hoga sayd
@vedantdev59234 жыл бұрын
L = [ ] for i in range(100): if (i%3==0 and i%5==0): L.append(i) print(L) We can also use (i%15==0) as the 'if' condition.
@KewlDewd3 жыл бұрын
nope we cant use i%15==0 it will give only those divisible by 15....for example 18 , 25,30 etc
@parikshitlohani4252 жыл бұрын
@Ankit code is correct but not suitable for the given case as we need numbers divided by 3 ,5 not 15 there is heck load of difference ...........
@farheen_182 жыл бұрын
@Ankit ooh I also did the same carelessness. Thank you!
@ankitarawat67072 жыл бұрын
@Ankit boi so respectful,, salute
@vatsalvaibhav2609 Жыл бұрын
@@parikshitlohani425 exactly, numbers like 2, 5, 6, 9, 10, 12, 18, 20, etc. won't end up in the list if you check the divisibility by 15
@arjunverma34083 жыл бұрын
The problem solving logic is too good, amazing!
@book_of_pritesh3 жыл бұрын
Hi Arjun, I'm new to programming. So, can you please tell me on which software is he writing the codes? The one which he's using after 11:00 minutes into the video. Thanks!
@SANDEEPYADAV-xu6kb3 жыл бұрын
@@book_of_pritesh i think that's visual studio code
@batuklal3 жыл бұрын
@@book_of_pritesh use it in po hu ,b
@_poke_rock3 жыл бұрын
Can you plzz also tell what he is using to see the output of the program
@yashikhare40663 жыл бұрын
@@book_of_pritesh enthout canopy
@vatsalsharma084 жыл бұрын
Please complete this python course very soon, preboards are near😰😰😰😰😰😰
@eelueelu90694 жыл бұрын
Yea
@kingchamp00764 жыл бұрын
Nobody Cares but its just for boards
@henilpandya55514 жыл бұрын
Bro I'm biology student from class 11th .. does the computer science benifitial for me or not ? Pls reply
@vatsalsharma084 жыл бұрын
No
@henilpandya55513 жыл бұрын
@Terrentus ohh.. means , computer science is not beneficial for me
@AbhishekSharma-wt3st4 жыл бұрын
Bhaiya plz add more questions on programs in videos which important for boards and thanks for providing that much ausome lectures
@amitsinghkushwah95284 жыл бұрын
APNI KAKSHA BEST EDUCATIONAL CHANNEL🙏🏻🙏🏻 Who agrees.......
@Samuel.A.Haldar4 жыл бұрын
Yeah boy😎
@flamexnxx3 жыл бұрын
Like ki bheekh mangne ki ninja technique ding ding ding
@FlyingMozzarella3 жыл бұрын
@@flamexnxx EXACTLY 😂
@jasonisdumbaf11 ай бұрын
i dont
@yashrajput14004 жыл бұрын
7:44 increase volume and put your headphones on
@autodidactofficial77123 жыл бұрын
Bro kya hai 7:44 pe. Samajh ni aaya
@manavgusain99124 жыл бұрын
H.W. Question : L=[] for i in range(100): if ((i%3==0) and (i%5==0)): L.append(i) print(L)
@ujjwalgupta26014 жыл бұрын
Thanks man
@gurkirat6874 жыл бұрын
Thankyou🙏🙏🙏
@vandanasharma4864 жыл бұрын
Thank you
@riachuphal32334 жыл бұрын
It will be and if you have to append multiple of both numbers not or
@yashkumargupta12344 жыл бұрын
wrong
@tusharrocks4203 жыл бұрын
16:27 max= len(L[0]), then value of max can be compared to the length of other elements
@wizlittleboyff146Ай бұрын
19:28 hw l=[] for i in range(1,100): if i%3==0 or i%5==0: l.append(i) print(l)
@manthantiwari7824 жыл бұрын
Loving this Thank you ..❤️
@sahilnegi92563 жыл бұрын
1hrs later my cs board exam and I'm watching this😂
@iminuru1881 Жыл бұрын
Ek ghnta bcha h, par fir b Pele likes batorne ke lie comment krunga 🤓
@bipinsingh4712 Жыл бұрын
Us bro us😂
@yangesh2879 Жыл бұрын
Nothing to be proud of...
@yashpal9623 Жыл бұрын
Bas ghar wale jab gand maranga toh likes dikha dana chutiyo
@devdynamics001 Жыл бұрын
Teri mummy bajadu jaise dholak
@abhayzz034 жыл бұрын
Solution to HW: L = [] for i in range(1,101): if i%3 == 0 or i%5 == 0: L.append(i) else: continue print(L)
@ranvir74544 жыл бұрын
n
@prince9.080 Жыл бұрын
L=[] for d in range(101): L.append(d) L2=[] for i in L: if i%3==0 or i%5==0 and i
@factsmyths35624 жыл бұрын
Thanks a lot waiting for chemistry organic..
@indianvines87893 жыл бұрын
Bhaia thanks for the series,,,, it is amazing, it clears each concept 😀..... I am proud to be born in this Era of internet where I can learn as much as I wish
@aaluupitika696910 ай бұрын
1 day before exam 🙏
@bgmi843110 ай бұрын
Us bhai 😂
@krshn665910 ай бұрын
Same bro
@aaluupitika696910 ай бұрын
😂😂😂
@bablumunna713710 ай бұрын
abhi start kiya jo hoga dekha jayega
@aaluupitika696910 ай бұрын
@@bablumunna7137 yyeeeaahhh yeeahhhh yeaahhhhhh
@atozintelligence47924 жыл бұрын
Thanks alot Aman bhaiya and his amazing faculty.
@nehamishra6085 ай бұрын
I really dont understand why people call themselves legend by not preparing earlier ........... its noting to pe proud of rather chulu bhar pani me dub jao
@PawanMehra-ll3rb8 күн бұрын
Yes you are right 👍👍
@गोविन्दवासुदेव3 жыл бұрын
'Bat khane ke liye nhi hota,kisi ne khaya tha aur pura saal hi uda diya'...🤣🤣🤣🤣..bohot shi.
@PriyanshuPachbhave Жыл бұрын
🙄🧐
@PriyanshuPachbhave Жыл бұрын
Samaj nahi aaya
@subasit12210 ай бұрын
@@PriyanshuPachbhave mars se ho ??
@DialShubhra Жыл бұрын
HOMEWORK: a=[] for i in range(1,101): if i%3==0 or i%5==0: a.append(i) print(a)
@axomiyapathshala51614 жыл бұрын
Thank you very much Sir 💖 Please upload the practice questions solutions notes 🙏🙏🙏
@palak91394 жыл бұрын
There should be a law on other useless channels of teaching on KZbin....loved your all lectures by heart to ease the learning in this pandemic.
@sukhchain96964 жыл бұрын
useless today....good tommorow.....everyone deserves a chance to evolve Think practically
@kartavya4223 Жыл бұрын
There should be a law on kids like you to be in parents eye before commenting on YT videos.
@tusharsingh93463 жыл бұрын
hw ques answer L=[] for i in range(1,101): if(i%3==0 or i%5==0): L.append(i) else: print(i)
@DISCOVERWORLD22133 жыл бұрын
True hai ye
@ambarishkumarsahoo28134 жыл бұрын
Nice sir. I want a good IT lecture but can't find a good lecture.I think your lectures may help me
@parasgupta13433 жыл бұрын
For the second part of the question at 21:00, if we do not know the sorted dictionary function we can still do it with this code : (using the same logic as bubble sort, if the ASCII value of the first digit of the first element is larger than the ASCII value of the first digit of the second element, we replace both of them) d = {"Jan":31, "Feb":28, "Mar":31, "Apr":30, "May":31, "Jun":30, "Jul":31, "Aug":31, "Sep":30, "Oct":31, "Nov":30, "Dec":31} l =list(d.keys()) for i in range(len(l)): for j in range(len(l)-i-1): if ord((l[j])[0]) > ord((l[j+1])[0]): l[j],l[j+1]=l[j+1],l[j] print(l)
@aditiverma4491 Жыл бұрын
Can you help me plss
@anshumaangangwar3 жыл бұрын
Answer of question 1 at 8:52 is TRUE. I myself did it on pycharm.
@book_of_pritesh3 жыл бұрын
I'm new to programming. Can someone please tell me on which software he's writing the codes? And on which site he's testing them? Thanks!
@abhzt3 жыл бұрын
Visual Studio Code to code and jupyter notebook to test. edit - i thought it is Visual Code but it could be Sublime Text
@book_of_pritesh3 жыл бұрын
@@abhzt awesome. Thanks for the help Abhijeet!!
@justananimefan91562 жыл бұрын
@@book_of_pritesh Hii
@jatinpanchal7114 Жыл бұрын
Please koi ye bata do sir jis pe practice Kara rahe hai vo kaise install karna hai
@piyushraj01234 жыл бұрын
14:06 correct program:- #017-555-1212 st=input("enter your phone no.=") v=True if (len(st)!=12): v=False elif (st[3]!='-' or st[7]!='-'): v=False else: for i in range(12): if (i==3 or i==7): continue if (not(st[i].isdigit())): v=False print(v)
@muskanchaudhary844 жыл бұрын
Great!! Bhaiya saab bdiya sai samhj aa gaya 😊😊😊😊🤗🤗
@prachi44864 жыл бұрын
thanks a lot to the entire team of apni kaksha......understood everything easily❤
@chaithraasok6623 жыл бұрын
Thank you so much sir ♥
@kuldeepjadeja82753 жыл бұрын
Congrats for 1M keep growing up and keep it up and God bless you and stay safe all guys 💜
@vedikasingh62824 жыл бұрын
Thank you so much for this python course ❤️... can you please help us out with the SQL part too?
@ABDURREHMAN-zz3fn Жыл бұрын
4 din baad boards hain ab start krra hun🥰👍🏻
@akshathr08 Жыл бұрын
M ajja start krra hu parso h exam 😂
@prodbyaarya Жыл бұрын
@@akshathr08 me aaj start kar ra hu kal paper hai
@Cinemastaar10 ай бұрын
Mera 1 ghante baad h aur ab start kar rha hu
@knightrider90065 ай бұрын
Mai exam hall mai beth kar yeh lecture dekh raha
@samikshatargotra82573 жыл бұрын
Its too good when the example are funny......it makes it easy to remember 😂😂....thnx sir
@kenanthomas47732 жыл бұрын
13:42 wont the isdigit count only digits in the input. So when the "-" is there wont it give error?
@s.fgaming209 Жыл бұрын
I am watching this 9 hours before exam
@princenagar16863 жыл бұрын
1 day before board exam😀and watching this course😁😁
@ashutoshdwivedi68052 жыл бұрын
Kitne Marks aaye
@princenagar16862 жыл бұрын
@@ashutoshdwivedi6805 90/100
@ashutoshdwivedi68052 жыл бұрын
@@princenagar1686 bhai sach mein 1 din padh kar 90 aa gya
@princenagar16862 жыл бұрын
@@ashutoshdwivedi6805 ha bro wese mai last ke 2 din padha tha
@ashutoshdwivedi68052 жыл бұрын
@@princenagar1686 ok bro mai last 1 month mein padh raha hu
@cricketgalaxy7390 Жыл бұрын
Sir your voice is so amazing❤❤🎉
@vibhashkumar55544 жыл бұрын
Jaldi complete karaye ye series bhaiya🙏🙏🙏🙏🙏
@abhinavrajput83732 жыл бұрын
L=[] for i in range(100): if i%3==0 or i%5==0: L.append(i) print(L)
@Param30214 жыл бұрын
19:20 Q4: Make a list of all integers less than hundred which are multiples of 3 & 5. Answer : L = [ ] for i in range(100): if (i%3==0 and i%5==0): L.append(i) print(L) Super Easy
@VivekKumar-ty4il4 жыл бұрын
L=[1,1] for i in range(100): L.append(L[i]+L[i+1]) print(L) L2=[] for i in L: if i
@Iucebowel3 жыл бұрын
@mainlakshayhoon3 жыл бұрын
Hw Question L=[] for i in range(100): if (i%3==0 or i %5==0) : L.append(i) else: continue print(L)
@vishaalmishra25774 жыл бұрын
Wow just loved it
@oxyht4 жыл бұрын
At 8:25, ye wala doubt hai Python 3.9 >>> a = {"name":"Rohit"} >>> id1 = id(a) >>> b = {"name":"Rohit"} >>> id2 = id(b) >>> id1 == id2 False >>>
@pawan_sb4 жыл бұрын
D['bat'] = 'Not-for-eating' bat vaisebhi khaneke liye nahi hota par kisene khaya tha or phir pura ka pura sal hi ud gaya tha Sahi hai
@anoop96174 жыл бұрын
Bhaiya will this CS playlist cover Networking , Sql too?
@theintrovertedguy70544 жыл бұрын
Networking is not in syllabus
@tanamsethi10164 жыл бұрын
@@theintrovertedguy7054 but apni kaksha is making full syllabus courses
@tanamsethi10164 жыл бұрын
in other subjects
@chaitanyaraju76794 жыл бұрын
@@theintrovertedguy7054 bro networking is there in syllabus check the sample papers
@જુબેર Жыл бұрын
Watching this series on 22/3/2023. 🤟. Kal paper h 🥲.
@shadow00789 Жыл бұрын
Mera bi😂
@જુબેર Жыл бұрын
@@shadow00789 faad k aana🤣
@studyonly5554 Жыл бұрын
Best of luck🥲
@shivaashuraajput98224 жыл бұрын
Program kaise likhna hai yeh batao starting to basic se kiya fir ab iss video me direct programing (are hume ata to kya hi baat thi)
@_therohan._32354 жыл бұрын
I am going to join this course please keep educating
@_therohan._32354 жыл бұрын
BTW thanks for notes
@FursatkelamheG94 жыл бұрын
8:16 sir ye baat to aapne " is " ke liye batayi thi ki "is" ke liye id check karte hai, aur "==" ke liye aapne bola tha bas values check karte hai (in the 2nd lec). clarify?
@shivrajsingh12924 жыл бұрын
Because both I'd have same value now
@sahilsawal4 жыл бұрын
Thank You Sir :) ✌😇🙏👏👍👌🤩
@adityayt30084 жыл бұрын
Thanks bhaiya for your efforts pls make python video more
@addictedu15943 жыл бұрын
Bat khaane k liye nhi hota 🤣🔥
@RohitRajput-up9uj10 ай бұрын
Is it helpful for code 083
@Tushar_1230510 ай бұрын
I have same code I am also studying from him Jindagi mein pehli baar python pdh rha hu ab inke bharose chod di h apni cs dekho ab kya hota h kal
@hardikandkavyagautam73510 ай бұрын
Legend 😎study on 1 april 10 pm😂
@Minato-gn1tz3 ай бұрын
8:34 , this is false why is has'nt anyone pointed this out , does this used to be true in previous versions of python??
@Eska-qt3kp11 күн бұрын
could u please elaborate further?
@Minato-gn1tz11 күн бұрын
@@Eska-qt3kp Just run the code the answer will be false
@prateekchouhan38852 жыл бұрын
Sir thank you for everything ☺️
@triparnodas38382 жыл бұрын
R1 aur R2 ki id alag alag ni honi chahiye ?Toh ans false ni ana chahiye? Practice Ques 1
@bindasbio5128 Жыл бұрын
sir isme sara 12 computer science ka syllabus pura karvaya hena
@unknown_manushya3 жыл бұрын
Question no 2 using max() words = ['Aman D', 'BhanuPriya', 'Harsh'] if len(words) == 0: return 'List is empty' words_len = [] for word in words: words_len.append(len(word)) else: return words[words_len.index(max(words_len))]
@shashank3294 жыл бұрын
Sir ,revision class kab sa chalgii pcm ki
@LostHero13 жыл бұрын
H.W. = print([i for i in range(101) if (i%3==0 and i%5==0)])
@PawanMehra-ll3rb8 күн бұрын
Watched for boards now watching again for college exam 😂😂😂😂
@unknown_manushya3 жыл бұрын
I did Practice question 1 in a different way. Review please if len(phone_no) != 12: return 'Not Valid' if phone_no[0:3].isdigit() == phone_no[4:7].isdigit() == phone_no[8:].isdigit() == True and phone_no.count('-')==2: return 'Valid no' else: return 'Not Valid'
@SupriyoChowdhury52014 жыл бұрын
Bahiya thumhnail Lecture :awsome
@shreyashkashyap2 жыл бұрын
The answer of question number 1 is incorrect, it gives 'False' in the output. I have tested it in my machine and on online interpreters as well.
@priyanshupatwal6133 жыл бұрын
12:00 code
@sunitapatel49404 жыл бұрын
Great lect sir... Jai Hind
@exiled-0901 Жыл бұрын
are these good for 2023 boards ?? what else i need to practice other than videos to perform best in exam??
@just.me7292 Жыл бұрын
Yeah ! It's good for sure 👍.......but doing some PYQs and 3-4 sample papers would be great
@sujalchaudhari30122 жыл бұрын
Thank You Sir.
@parasagarwal5091 Жыл бұрын
3:50 dont know why but i instantly recalled a famous line after this- "bat ki grip nikalke na 💀"
@kanchandevi2794 Жыл бұрын
8hrs before exam..... Video will help me pass easily
@deepankbisht184 жыл бұрын
16:48 if number of alphabet in second word is increased then answers is not coming Please check
@kashish25524 жыл бұрын
Bdiya hai!!😊😊
@SanjaySingh-sz8np3 жыл бұрын
Are you brother of bhai ki pdai😂 U teach like him and I love it
@Utkarsh_Singh0_05 ай бұрын
hello for checking the mobile number format how we take input of int
@gaurangvaghela75603 жыл бұрын
sir make a video on python project of management system
@ramsukhbishnoi75604 жыл бұрын
We are waiting for organic chemistry ❤️❤️❤️❤️❤️❤️👍👍👍👍🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
@Bhuppy_pawar994 жыл бұрын
Very nice.. Agr python for 11th class ke liye bhi starting se lectures bnaoo plzzzzzz plzzzzzzz plzzzzzz🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏 plzzzz plzzz
@nilamsingh24063 жыл бұрын
clear function bhi puri ki puri list and dictionary udaa deta hai, del function bhi, so clear function and del function mein difference kya hai?? 🙂😇😇
@dilbaghsingh11864 жыл бұрын
Sir plz yeh series jldi complete krwa dijie and daily video upload kr dea kro 🙏🙏🙏🙏
@Dawnsunflower1562 жыл бұрын
Practice question me 1st question me reference same kese hoga, dono dictionaries me content same h pr dono different dictionaries hain🥲🥲🥲
@dr.bhartiyadav79714 жыл бұрын
I put a real big no. In range of fabonacci series and my code got "killed"
@ishaangarg82923 жыл бұрын
Thankyou bhaiya and team..AB TO PHODENGE
@prathamsingh67084 жыл бұрын
Thnq sir phle baar smaz mai aai h ki python kya h 😁
@ShaikMoAbdullah3 жыл бұрын
4th question answer L = [] for i in range(1, 100): if(i%3==0 or i%5==0): L.append(i) print(L)
@lovnishninania47414 жыл бұрын
sir abhi tak leacture 5 ke notes upload nhi hue h please check it
@uhhh_994 жыл бұрын
Bhai cs ke imp bta do apki tym ke liye becoz mujhe bhut km ata hai cs mein
@SumanDhiman-wr8iq Жыл бұрын
Nice explanation sir.. ❤❤
@gauravdoodwal51984 жыл бұрын
Please work on 12 th chemistry series. It is the requirements of time now.
@quirtt2 жыл бұрын
8:43 Same jagah point nahi kar rhe! How can you say stuff which is outright wrong?
@shantanudurgvanshi42952 жыл бұрын
at 8:55 , The output of question no. 1 will be FALSE not true as the memory locations will be different I tried it you all can too...
@_AshishJaiswal4 жыл бұрын
please also add the programs in the notes
@sachinrathore8354 жыл бұрын
Most awaited
@edgelord3033 Жыл бұрын
Homework l=[] for i in range (100): if i%3==0 : l.append(i) elif i%5==0: l.append(i) print(l)