I am following all your videos step by step and enjoying learning python. Thanks for such awesome videos sir.
@codeitup5 жыл бұрын
Thanks babli.
@DMKenKaneki Жыл бұрын
n=int(input("Enter the no. you want to sum: ")) i=1 _sum=0 while i
@azimuddinahmad4727 Жыл бұрын
wrong..this program is used to print sum of even numbers from 1 to n
@rohittech56052 жыл бұрын
Sir aap really bahut hi achha samjhte hain.i am 101% satisfied in this video lac
@codeitup2 жыл бұрын
Thanks a lot!
@akhilsharma40044 жыл бұрын
# program to find sum of first n eve numbers n=int(input("enter the value of n : ")) i=2 total=0 while(i
@codeitup4 жыл бұрын
Good attempt.
@diptiranjannayak4894 жыл бұрын
@@codeitup thank u sir
@nirajkarki18504 жыл бұрын
hey ,this is my method for this program and it successfully run ! n=int(input("enter the required even number u want to print")); i=1 c=2*n sumx=0 while (i
@codeitup4 жыл бұрын
👍
@ShadabAnsari-dt4ni3 жыл бұрын
@@codeitup sir can you please lil bit explain me this concept I didn't get specially 2*n
@Egoiistiic3 жыл бұрын
num = int(input("enter a number: ")) sum=0 i=1 count=0 while(count!=num): if i%2==0: sum+=i count+=1 i+=1 print("Sum of even number =",sum) # Correct code
@vidhichauhan50424 жыл бұрын
Sir you are a brilliant teacher... 👌👌👌👌👌👌👌
@codeitup4 жыл бұрын
🙂
@rohittech56052 жыл бұрын
Aapka samjhane ka tarika bahut hi achha hain
@codeitup2 жыл бұрын
Thanks!
@rachana7024 Жыл бұрын
very knowledgable video.
@codeitup Жыл бұрын
Glad you liked it!
@Vaibhav_Bhardwaj Жыл бұрын
n=int(input("Enter a number:")); sum=0; i=2; while (i
@debarghyaadhikari55583 жыл бұрын
Nice explanation
@chirag.24073 жыл бұрын
Thank you sir it is very helpful
@codeitup3 жыл бұрын
Glad to help you Chirag!
@shivaniyadav37734 жыл бұрын
Thank you so much sir .....It is very helpful 👍👍👍
@codeitup4 жыл бұрын
Most welcome🙂
@Sahilbaranwal9 ай бұрын
if you have a problem with this code, i have an alternate code for you, here it is. n=int(input("enter the number")); i=1; sum=0; while(i
@vaibhavkumar90479 ай бұрын
i=1 count=0 a=0 n=int(input("enter first n even number ")) while count
@Sahilbaranwal8 ай бұрын
@@vaibhavkumar9047 actually I want to say that my code will also works as yours.😁
@radhikabinesh43634 жыл бұрын
Thankyou sirrrrr veryyy much❤️.you taught very nicely
@codeitup4 жыл бұрын
Glad to help you Radhika!
@abhi7155 Жыл бұрын
This vedio is helpfull❤❤
@bobbydevi75919 ай бұрын
Very naice explanation like it very muck
@codeitup9 ай бұрын
Thanks for liking!
@rekhabisht2554 жыл бұрын
Thank you sir
@codeitup4 жыл бұрын
Thanks Rekha, if you really liked the content, share this channel with your friends..
@thetutorial76414 жыл бұрын
Thanks sir... It's really helping me
@codeitup4 жыл бұрын
Glad to help you dear😊
@tanveerbibi6474 Жыл бұрын
Nice video❤❤❤
@codeitup Жыл бұрын
Thanks !
@thetutorial76414 жыл бұрын
Awesome sirji
@codeitup4 жыл бұрын
Thanks Adnan!
@Anonymous-yx5nx Жыл бұрын
Sir please differentiate between the use of i and count. Because in previous programs i was in the place of count. Please sir clear my doubt
@prayasnayak71363 жыл бұрын
Sir I am enjoying video very much! Thank you sir ! Sir my nickname is also "ANAND" 😃😃🥰🥰
@codeitup3 жыл бұрын
Sunkar "ANAND" aa gaya !
@badanax78204 жыл бұрын
V.Good ❤️
@codeitup4 жыл бұрын
Thanks🙂
@santoshyadav111112 жыл бұрын
Tq so much sir 🙏❤️🔥
@codeitup2 жыл бұрын
Most welcome😊
@ShadabAnsari-dt4ni3 жыл бұрын
n=int(input('Enter value please ')) i=2 sum=0 count=0 while (count
@raniyamuthu5 жыл бұрын
Sir in this count is there but in 1to n pgm no count why? Pls reply sir
@codeitup5 жыл бұрын
Becuase here we have to count total even numbers which we have to add. For example suppose user says that he has to add 5 even number then there must be some variable which will count that 5 numbers has been added. That's why count variable has been used here. :)
@Ankitkumar-qh6tx4 жыл бұрын
i=0; sum=0; while i
@codeitup4 жыл бұрын
A single program may be written in n number of ways dear!
@shwetasharma1542 ай бұрын
n tends to infinity
@Jankibhandari783 жыл бұрын
Sir is program main count ko 1 bhi de sakte hain aur (count
@hardeeprajput77014 жыл бұрын
Sir, what if i do like this Is this correct, n=int(input("how many even numbers u want to add : ")); i=1; sum=0; while(i
@codeitup4 жыл бұрын
Perfectly correct Hardeep ! Good !
@MEPurvenZambre2 жыл бұрын
sir how to perform this code by using for loop
@rohitbaikar13415 жыл бұрын
Write a program to display the addition of first 20 even number..
@codeitup5 жыл бұрын
count=0 i=1 sum=0 while(count
@rohitbaikar13415 жыл бұрын
@@codeitup sir 3 error Aa rhe he..plz help
@codeitup5 жыл бұрын
@@rohitbaikar1341 Join my facebook group in the description link and share the snapshot.
@faizalkhalifa91873 жыл бұрын
Thanks sir
@codeitup3 жыл бұрын
😊
@enuarora Жыл бұрын
Can you please explain indentation in this. How many tabs should be used with if and why should i=i+1 be aligned with if
@aksharvikram57875 жыл бұрын
Write a program to count the number of digits in a number please
@@aksharvikram5787 No, its perfectly alright. Run and see the result.
@aksharvikram57875 жыл бұрын
Write a program to count the number of even and odd number between 1 to 100
@parad0x-213 жыл бұрын
phele apne sa try keya tha solve kar ne ka x = int(input("enter the number")) x= x*2 sumx=0 i=1 while i
@ManasRana-b8uАй бұрын
sir hmne starting mein (count
@kushagrarajput46613 жыл бұрын
Sir agar ham n mein 2 ka multiply krke previous video wala method use kre to correct hoga kyaa......... Kyon ki 2 multiply karne se hm last wale even no. Pr pahunch jayenge aisa mujhe lagta h........ Plzzzzz reply...... Aisa kr sakte h kya
@priteshpatel301510 ай бұрын
I did your task of "while" statement task's 10 questions but I want to know that if I want first n odd number's sum then what should I do?
@shruti65129 ай бұрын
set i=3 and i=i+2
@ashishbhuyan27994 жыл бұрын
Sir can we write this program as this i=2 sum=0 count=0 while(count
@codeitup4 жыл бұрын
The code needs some correction which I have done below: n=int(input("Enter Number of terms:")) i=2 sum=0 count=0 while(count
@AakashKumar-gy7hy2 жыл бұрын
Hello sir This program is not working. Please sir I am following your all lactures. Please🙏 sir reply soon.
@adarshnarayan80962 жыл бұрын
Sir I'm going to kiit and i Haven't r Took computer in my class 12 i have good idea about java is it good if i study your python 130 video playlist to clear basic python
@mayurlavangare94322 жыл бұрын
continue with java if you're well versed in it.. If you don't like java or find it difficult to understand then only learn python. Don't waste your time in learning every language, Simply master one language first and then see what do you want to be... that is whether you want to be a full stack developer, Software developer, Data analyst, Machine learning or AI , etc...
@adarshnarayan80962 жыл бұрын
@@mayurlavangare9432 software developer i love coding in java but the problem i am facing is loop otger wise everything is going well
Sir but this program us giving sum or numbers upto we .....eg..if I give 5....outcome is 6.....and not the (2+4+6+8+10)=30🙄
@MRAgundli Жыл бұрын
again done
@challaharikiran9715 Жыл бұрын
thk u
@codeitup Жыл бұрын
Welcome!
@suryanshmishra44012 жыл бұрын
Sir Programs ki playlist alag se bana dijiye
@agrawalrahul018 Жыл бұрын
n=int(input("Enter the number you want to sum:")) i=0 sum=0 while(i
@Cyberpunkxvii3 жыл бұрын
Sir what would be the result if we didn't correct count
@codeitup3 жыл бұрын
Run it and see !
@RishiThalakoti3 жыл бұрын
#Program to find the sum of first n even numbers n=int(input("Enter the number=")); i=1; sum=0; while(i
@laladeshmukh35522 жыл бұрын
Nhi bhai Agar user number ki jagah 100 dalta hai, To apke program ke according Python 100 tak jitne bhi even number aate hai uska sum nikalega Naki 100 even numbers ka
@RishiThalakoti2 жыл бұрын
@@laladeshmukh3552 no bro Run the code once
@laladeshmukh35522 жыл бұрын
@@RishiThalakoti 👍🏻👍🏻👍🏻
@piyush-wm8js3 жыл бұрын
Sir can you plz provide the pdf of the notes
@samreenkhan65784 жыл бұрын
Mera iska output nhi aya sir
@codeitup4 жыл бұрын
Paste your code here, I will make the corrections.
@RahulDas-ml1ny4 жыл бұрын
n=int(input()) i=2 sum=0 while i
@codeitup4 жыл бұрын
Yes, it is Rahul !
@AyushYadav-jc8mg Жыл бұрын
i couldnt get y we are we are using count ........i solved it without usinf count function i=2 to n=2n tak using while loop kindly explain count method i want to understand this method too
@KaushikkrSarma4 жыл бұрын
Sir for sum of odd integers we can replace the i%2==0 by i%2!=0 Aisa karne pe vi aaraha he sir ..
@codeitup4 жыл бұрын
Yes, it will definitely work Kaushik.🙂
@KaushikkrSarma4 жыл бұрын
Thanks a lot for your quick response sir. Your response is a get motivation for us .
Sir to in questions ki playlists banao plz dhoondne nahi a raha hai konsa question kaha hai.
@codeitup4 жыл бұрын
Dear The Indian, open Python Playlist, every videos are there. I have made tutorial steo by step. First u will find normal programs, then if programs, then while, then for, then list, tuple, dictionary. So you will find in the same order.
@the_indian-4 жыл бұрын
@@codeitup OK sir but I am saying make playlists for just that particular questions.
@jyotibharti96194 жыл бұрын
Sir mera run nahi ho raha programming
@shruti65129 ай бұрын
difference between ghis and previous program
@shruti65129 ай бұрын
i think here we are coounting and then adding in previous one we were just adding from 1 to n
@whitedevil98604 жыл бұрын
sir app online class lete hai ??
@codeitup4 жыл бұрын
Yes, going to start from 15 December. For details pls mail to : letscodeup@gmail.com
@shivaniyadav37734 жыл бұрын
Sir I have a query is this enough for class 12 boards
@codeitup4 жыл бұрын
Yes shivani !
@lavisharora4 жыл бұрын
Hello Anand I am not getting the correct output can you please help with this n = int(input("Enter the number")) i = 1 sum = 0 count = 0 while(count < n): if(n %2 == 0): sum = sum + 1 count = count + 1 i = i + 1 print("Sum is", sum) Output Enter the number4 Sum is 4
@codeitup4 жыл бұрын
What is this program for?
@lavisharora4 жыл бұрын
@@codeitup Python Program to find Sum of First N Even numbers
@codeitup4 жыл бұрын
@@lavisharora =========sum of first N Even numbers====== n=int(input ("How Many Even Numbers? ") ) i=1 sum=0 while i
@lavisharora4 жыл бұрын
@@codeitup Sorry I didn't understand :- I am running the same program as mentioned in the video above, But I am not getting the correct output for Python Program to find Sum of First N Even Numbers This is the program which I am trying to run :- n = int(input("How many even numbers ? ")) i = 1 sum = 0 count = 0 while(count < n ): if(n %2 == 0): sum = sum + i count = count + 1 i = i + 1 print("Sum is", sum) Output :- How many even numbers ? 4 Sum is 10 I will be really thankful if you can help me with correct /debug code Thanks
@rajsahay35303 жыл бұрын
I am also getting wrong output 🥺😔🥺
@MRAgundli Жыл бұрын
done
@codeitup Жыл бұрын
👍
@techmaths337711 ай бұрын
Sir output nhi a rha
@immutable43324 жыл бұрын
sir i am not getting the answer plz help me i am doing same as you but not getting the same answer number = int(input("number")) n=1 sum = 0 count = 0 while count
@codeitup4 жыл бұрын
The program is perfetly alright !
@immutable43324 жыл бұрын
@@codeitup sir but the answer iam getting is wrong
@ankittakshak73 жыл бұрын
In the line of loop While(count
@AdityaGupta-ov5in3 жыл бұрын
@immutable try this n=int(input("enter number")) i=2 sum=0 count=0 while (count
@priyanshipranami20043 жыл бұрын
Sir hum 'count' kio Lete hai?
@Amitvlogs4u2 жыл бұрын
Sir blurr video a rhi he
@codeitup2 жыл бұрын
Increase video play quality..
@mohammedilyasilyas11182 жыл бұрын
😁😁😁
@surjeetraghuwanshi46164 жыл бұрын
Vidio must be display in sequence
@codeitup4 жыл бұрын
All the videos are in sequence, please follow the playlist.
@VickyKumar-qp2di2 жыл бұрын
your code are not running sir plz do practical
@ArunKumar-mf9zj4 жыл бұрын
Sir jo sum or count he wo to loop me he hi nahi
@codeitup4 жыл бұрын
Agar hum loop me sum ya count ko initilaize karenge to wo baar baar jab bhi loop run hoga zero se initialize ho jaega.