Python Armstrong Number Program (For 3 Digit Number) - In Hindi

  Рет қаралды 160,824

codeitup

codeitup

Күн бұрын

Пікірлер: 273
@mdshahid3436
@mdshahid3436 4 жыл бұрын
Sir..I want to say something. I watched several videos on KZbin but I didn't understand from any videos.. suddenly I got ur video Its really surprised for me because it's really amazing the way of teaching 👌😊.. right now my each and every concept becomes clear..I appreciate your efforts and ur knowledge... THANK YOU ❤️ SIR
@codeitup
@codeitup 4 жыл бұрын
Thanks a ton Shahid for such a nice comment. Kindly share this channel with your friends.
@mdshahid3436
@mdshahid3436 4 жыл бұрын
@@codeitup sure sir ❤️
@gamingzone-zi6ty
@gamingzone-zi6ty 3 жыл бұрын
Code Harry ka baap
@NeerajKumar-oh8uu
@NeerajKumar-oh8uu 9 ай бұрын
Right 😊
@sudeep2580
@sudeep2580 3 жыл бұрын
Logic was so simple to understand. I'm from non IT background and your channel is perfect for understanding the basic.
@codeitup
@codeitup 3 жыл бұрын
Thanks Sundeep
@aaryaa2006
@aaryaa2006 Жыл бұрын
You're the best teacher of computer science! Thankyou very very much sir!
@codeitup
@codeitup Жыл бұрын
Thanks and welcome!
@sugamer23
@sugamer23 2 жыл бұрын
Thanks bro. My Python Exam in tomorrow. I leaved class from 13 days .but I watch your video and practice in home. Thanks bro thanks bro
@codeitup
@codeitup 2 жыл бұрын
Most welcome 😊
@nivashrestha2144
@nivashrestha2144 4 жыл бұрын
before i found your video i had to look for many videos yet difficult to understand but when i started looking yours i understand it and saved a lot of time.thankyou
@codeitup
@codeitup 4 жыл бұрын
Glad it helped Niva !
@vinaychandrakar6902
@vinaychandrakar6902 2 жыл бұрын
Best videos in the you tube for beginners
@codeitup
@codeitup 2 жыл бұрын
😊
@hemants2200
@hemants2200 4 жыл бұрын
Jese Apne Smjhaya H... koi baccha Bhi smjh Jaye ga, ❤️❤️❤️❤️👌👌👌👌 nice guruji
@codeitup
@codeitup 4 жыл бұрын
Thanks Dear !
@SurajKumar-jw7jo
@SurajKumar-jw7jo 3 жыл бұрын
THANK YOU SIR. You and Your teaching is unique and excellent.
@codeitup
@codeitup 3 жыл бұрын
Thanks & most welcome Suraj!
@statusking1335
@statusking1335 3 ай бұрын
right sir you are amazinggggggggggggggggggggg
@rakhidas4757
@rakhidas4757 9 ай бұрын
Your teaching skill is exceptionally phenomenal❤❤
@shubhangichaturvedi8142
@shubhangichaturvedi8142 Жыл бұрын
Your explanation is crystal clear sir
@codeitup
@codeitup Жыл бұрын
Thanks😊
@arkyaacharya2063
@arkyaacharya2063 5 жыл бұрын
The way you teach everyone will learn sir.
@codeitup
@codeitup 5 жыл бұрын
I just try to make videos as simple as possible. Keep supporting, keep learning.
@sujalsapariya8865
@sujalsapariya8865 3 жыл бұрын
Really a big fan of sir
@codeitup
@codeitup 3 жыл бұрын
Thanks Sujal🙂
@riyak1011
@riyak1011 5 жыл бұрын
Sir you are great the way you explain coding with example is totally amazing and easy to understand I am so greatful to be your online student❤☺
@codeitup
@codeitup 5 жыл бұрын
Thanks Riya Kandpal. Keep Learning and Supporting :)
@SurajKumar-jw7jo
@SurajKumar-jw7jo 3 жыл бұрын
I will definitely share your videos with my friends.
@codeitup
@codeitup 3 жыл бұрын
Thanks Suraj😊
@shaileshsarda5694
@shaileshsarda5694 4 жыл бұрын
Another alternative method to calculate the Armstrong Number: ### Get the number n = int(input("Enter the number: ")) ### Convert to string n1 = str(n) ### String Count count = len(n1) ### add string to list n1 = [int(i) for i in n1] ### find the power of each number by its count and store in D list D = [ ] for i in n1: j = i ** count D.append(j) ### Initiate the dummy variable for the addition of list sums = 0 for num in D: sums += num ### Driver function to check the number is Armstrong or not. if n == sums: print("Its Armstrong Number.") else: print("Not an Armstrong number.")
@codeitup
@codeitup 4 жыл бұрын
Quite a lengthy method. However, good effort.
@deekshalingayata9539
@deekshalingayata9539 3 жыл бұрын
Awesome videos sir... They are really helpful... Very nice
@codeitup
@codeitup 3 жыл бұрын
Glad to help you Deeksha!
@AbhishekKumar.connects
@AbhishekKumar.connects 3 жыл бұрын
Perfectly Explained , I understood totally ,Thank you sir... I like the way you teach,always from basic...
@codeitup
@codeitup 3 жыл бұрын
Thanks & most welcome Abhishek 😊
@snehajassi7720
@snehajassi7720 4 жыл бұрын
The way yoy teach is amazing sir👍
@codeitup
@codeitup 4 жыл бұрын
Thanks Meena, help this channel to grow. Keep learning keep supporting!
@yashnadar8145
@yashnadar8145 3 жыл бұрын
Sir really you are awesome so nicely explained. Love u sir ji
@codeitup
@codeitup 3 жыл бұрын
My pleasure Yash, keep learning!
@pmm4157
@pmm4157 2 жыл бұрын
Your explanation is awesome sir
@codeitup
@codeitup 2 жыл бұрын
Thanks😊
@Aqeelkhan-nk4sk
@Aqeelkhan-nk4sk 6 ай бұрын
Thanks sir you give with best teaching way I like your way love and thanks Allah pak apko mazeed kamyab kary AMeen
@codeitup
@codeitup 6 ай бұрын
So nice of you🙏
@tusharkumar1783
@tusharkumar1783 4 жыл бұрын
Sir, maine saal ke beech mein cs li hai, scul mein kuch samajh nhi aa rha tha, yt par bhatakte aapke channel par aaya seriously aap boht acche se samjhaate ho, ab sab ho jaata hai All thanks to u sir😄😊
@codeitup
@codeitup 4 жыл бұрын
Thanks tushar ! Keep Learning and support this channel to grow. Please share this channel with all you friends.
@tusharkumar1783
@tusharkumar1783 4 жыл бұрын
@@codeitup sure , sir
@codeitup
@codeitup 4 жыл бұрын
@@tusharkumar1783 Thanks Tushar !
@pratibhasalunke1512
@pratibhasalunke1512 2 жыл бұрын
Too much simplicity in u'r video's.. Really I like it.. 🙌
@codeitup
@codeitup 2 жыл бұрын
Thanks Pratibha!
@pujajaiswal228
@pujajaiswal228 2 жыл бұрын
Sir aap bahut achhe se samjhate h thank you
@codeitup
@codeitup 2 жыл бұрын
Thanks & most welcome Puja!
@harddecoder5860
@harddecoder5860 5 жыл бұрын
Very helpful sir..keep it up😄
@codeitup
@codeitup 5 жыл бұрын
Keep Learning HardDecoder!
@akhiltest3066
@akhiltest3066 4 жыл бұрын
Next level explanation sir..
@codeitup
@codeitup 4 жыл бұрын
Keep watching🙂
@Sneakingmentor
@Sneakingmentor 2 жыл бұрын
What a tutorial sir Thank you so much 😀
@codeitup
@codeitup 2 жыл бұрын
Thanks & most welcome Ajey!
@Mishravibez
@Mishravibez Жыл бұрын
Thank you sir for this tutorial
@codeitup
@codeitup Жыл бұрын
Most welcome Saroj!
@MrMukulpandey
@MrMukulpandey 3 жыл бұрын
Step by step process is best way to teach....u r doing great 👍
@_.Wanderlust_.07
@_.Wanderlust_.07 2 жыл бұрын
Sir the way u teach is very awesome I'm doing MCA & python is there in my syllabus & it's really great to learn from your KZbin video.
@codeitup
@codeitup 2 жыл бұрын
🙂👍
@statusloverboy9921
@statusloverboy9921 Жыл бұрын
Sir you are just awesome great sir💜 keep it up sir and we want more videos.. Like this
@codeitup
@codeitup Жыл бұрын
So nice of you!
@maheshmano2980
@maheshmano2980 3 жыл бұрын
Ur the best teacher sir❤️❤️
@codeitup
@codeitup 3 жыл бұрын
Thank you so much Mahesh!
@ojasgude2568
@ojasgude2568 5 жыл бұрын
Good work 👍 keep it up
@codeitup
@codeitup 5 жыл бұрын
Thanks Ojas. Keep Supporting.
@Debottro
@Debottro 10 ай бұрын
thank you very much sir. helped me a lot one week before the practical exam
@codeitup
@codeitup 10 ай бұрын
You are most welcome!
@apurvachavan8399
@apurvachavan8399 Жыл бұрын
You teach the logics for program in very understandable way . thank you sir 😊
@rdxvikrant8608
@rdxvikrant8608 5 жыл бұрын
nice explanation
@codeitup
@codeitup 5 жыл бұрын
🙏
@chinmoykumar1878
@chinmoykumar1878 4 жыл бұрын
Sir best series of python. Any one who is finding it hard to learn python can learn with codeitup because of the best explanation. Plus he teaches us with a lot of examples. BTW sir I have a suggestion that it would be better if you teach us with games also.....
@codeitup
@codeitup 4 жыл бұрын
Sure, chinmoy. I will upload all the videos!
@kabirpal1803
@kabirpal1803 3 жыл бұрын
Sir you are amazing mind-blowing
@mohammadmubeen1166
@mohammadmubeen1166 2 жыл бұрын
your described is fantastic sir. thank you very much
@codeitup
@codeitup 2 жыл бұрын
Thanks & most welcome Mubeen!
@AksaMWani
@AksaMWani 2 жыл бұрын
Nice explanation..!!! But this program is for 3-digit numbers only.
@pravingole2406
@pravingole2406 4 жыл бұрын
Awesome video sir,👍👍👍👍👍👍
@codeitup
@codeitup 4 жыл бұрын
Thanks a ton🙂
@Secret_Superstar_Girl
@Secret_Superstar_Girl 3 жыл бұрын
Best video on Armstrong.....
@codeitup
@codeitup 3 жыл бұрын
Thanks a ton dear😊
@Mrsoumen073
@Mrsoumen073 4 жыл бұрын
sir thinks a lot.its really helpful
@codeitup
@codeitup 4 жыл бұрын
Keep Learning ☺️
@dharmendramaurya5469
@dharmendramaurya5469 3 жыл бұрын
Superb teaching sir
@codeitup
@codeitup 3 жыл бұрын
Thanks Dharmendra!
@hummingmoon7364
@hummingmoon7364 3 жыл бұрын
Sir...u are way too amazing..ur teaching methods are so easy... Glad to be learning from you😊😊
@codeitup
@codeitup 3 жыл бұрын
Thanks a lot dear!
@kabirpal1803
@kabirpal1803 3 жыл бұрын
Sir thank you so so much because I am not able to understand program but after watching your video's I do programme very well.👌👌👌👌
@codeitup
@codeitup 3 жыл бұрын
Most welcome Kabir !
@aaryanpratapsonker2902
@aaryanpratapsonker2902 2 жыл бұрын
Your explained very well SIR ❤️
@codeitup
@codeitup 2 жыл бұрын
Thanks Aaryan!
@factsmadeiteasy9943
@factsmadeiteasy9943 4 жыл бұрын
Thankyou so much 😀...
@codeitup
@codeitup 4 жыл бұрын
Thanks Naitik. Support this channel to grow.
@prajsingh5687
@prajsingh5687 Жыл бұрын
Tqsm sir very helpful video tqsmm sir❤
@mdgulamquadir2856
@mdgulamquadir2856 3 жыл бұрын
Bahut hi useful video..👌 Sir apki video sirf 360 pe hi chalti hai 240 pe nahi aisa kyun ?
@Iamkaran553
@Iamkaran553 4 жыл бұрын
Sir you are fabulous
@codeitup
@codeitup 4 жыл бұрын
Thanks a ton Karan!
@anshikakumari6525
@anshikakumari6525 3 ай бұрын
Thanks a lot 😊
@pratikshakadam5884
@pratikshakadam5884 4 жыл бұрын
Thank you so much sir.. this video was really help me lot..
@codeitup
@codeitup 4 жыл бұрын
You are most welcome🙂
@dhruvagrawal5399
@dhruvagrawal5399 4 жыл бұрын
sir very nice video....excellent
@codeitup
@codeitup 4 жыл бұрын
Thanks Dhruv !
@aryansaxena4978
@aryansaxena4978 4 жыл бұрын
I just wanna say that you are awesome
@codeitup
@codeitup 4 жыл бұрын
🙂
@ishangupta5183
@ishangupta5183 3 жыл бұрын
What a wonderful video sir u r great
@codeitup
@codeitup 3 жыл бұрын
Thanks a ton Amazed!
@yashsawant864
@yashsawant864 2 жыл бұрын
Very nice lecture
@codeitup
@codeitup 2 жыл бұрын
🙂
@vidushiarora
@vidushiarora 3 жыл бұрын
Awesome explanation sir! Keep going like this.👏👍
@codeitup
@codeitup 3 жыл бұрын
Thank you, I will Viddushi !
@AbhishekKumar.connects
@AbhishekKumar.connects 3 жыл бұрын
I have one request to you, Please make videos on Django Tutorial.
@sanskarrastogi7660
@sanskarrastogi7660 2 жыл бұрын
Love you sir
@codeitup
@codeitup 2 жыл бұрын
😊
@normalman7663
@normalman7663 8 ай бұрын
Sir armstrong number is not only used for doing cube of any number it is used for doing the power of the total number of digits available in original number For example, abcd= (4*pow(a))+(4*pow(b))+(4*pow(c))+(4*pow(d)) Here there are four digits in abcd number then it is used as 4 power of all the elements of abcd number
@Sagarmahyavanshi
@Sagarmahyavanshi 4 жыл бұрын
##Try below method i = input() l=len(i) n=int(i) temp=n sum=0 while(n>0): r=n%10 sum=sum+(r**l) n=int(n/10) if(temp==sum) : print("Number is Armstrong") else : print("Number is not Armstrong")
@codeitup
@codeitup 4 жыл бұрын
👍
@surajkiran636
@surajkiran636 4 жыл бұрын
This method much better than that
@codeitup
@codeitup 4 жыл бұрын
Dear All, Please refer this video only for checking a 3 digit number is Armstrong or not. For any number of digits refer this program: kzbin.info/www/bejne/Zqa1paGQjbKZp68
@Sachinyadav24G
@Sachinyadav24G 2 жыл бұрын
👏👏🙏🙏🙏thanks sir
@codeitup
@codeitup 2 жыл бұрын
Most welcome!
@shaikshahimshaw1011
@shaikshahimshaw1011 3 жыл бұрын
Hi please consider easiest way: n1=input("Enter the number :") c1=[int(e) **len(n1) for e in n1] c2=(sum(c1)) If str(c2) ==n1: print ("its a Armstrong number") else: print ("Not a Armstrong number")
@mamtagangwar7209
@mamtagangwar7209 Жыл бұрын
Ha
@lalitakumari3638
@lalitakumari3638 4 жыл бұрын
Thank u very very much sir❣🙏
@codeitup
@codeitup 4 жыл бұрын
Most welcome🙂
@veerababupilli2907
@veerababupilli2907 3 жыл бұрын
Veree level🔥🔥🔥
@debatradas1597
@debatradas1597 3 жыл бұрын
Thank you very much
@codeitup
@codeitup 3 жыл бұрын
Most welcome Debatra!
@rishabhmittal123
@rishabhmittal123 3 жыл бұрын
Thank you sir
@subratkumar2608
@subratkumar2608 4 жыл бұрын
If I enter 1634, it is also an armstrong number. But if I run with your code than it will execute it is not an armstrong number. So, what to do in such case? Should I use the concept the exponentials? Anyways, love your video. Edit: So, I came up with this idea. num = int(input("Enter a number: ")) # initialize RESULT RESULT = 0 # changing num to string to find the length bcoz you cannot find the length of integer. power= len(str(num)) # find the sum of the cube of each digit temp = num # num value should be greater than 0 while temp > 0: digit = temp % 10 RESULT += digit ** power temp //= 10 # display the result if num == RESULT: print(num,"is an Armstrong number") else: print(num,"is not an Armstrong number") # So, this would work perfectly fine. Not copied ok!!!
@codeitup
@codeitup 4 жыл бұрын
Hello Subrat, I am also confused that why my code is not working. However, the way you suggested is Good. You can proceed with that. I am just trying to find out the loop hole as to why my code fails the this instance.
@nehapandey2167
@nehapandey2167 4 жыл бұрын
@@codeitup I also stucked in the same question thanks subrat for the solution and the problem is that i think for 3 digit ex.153=1*1*1+5*5*5+3*3*3 is correct but when it comes to 4 digit number we have to find it like this 1634=1*1*1*1+6*6*6*6+3*3*3*3+4*4*4*4 but in the video it is sum=sum+(i%10) *(i%10) *(i%10) so it work for only for 3 digit.This is the reason its not working .Btw thank you sir for your videos it is helpful
@codeitup
@codeitup 4 жыл бұрын
@@nehapandey2167 Yes, my code will work only for three digit number. I will modify it.
@subratkumar2608
@subratkumar2608 4 жыл бұрын
It is so good to hear that people are benefiting by this code. Thank u so much everyone.😇
@codeitup
@codeitup 4 жыл бұрын
Find here the new program for Armstrong for any number of digit: kzbin.info/www/bejne/Zqa1paGQjbKZp68
@abdullahnawaz9464
@abdullahnawaz9464 4 жыл бұрын
Thank you bahi g
@codeitup
@codeitup 4 жыл бұрын
Welcome dear.
@NikhilKumar-th6yj
@NikhilKumar-th6yj 4 жыл бұрын
Hats off 🙏🙏
@codeitup
@codeitup 4 жыл бұрын
😊🙏
@rdxvikrant8608
@rdxvikrant8608 4 жыл бұрын
ty
@kamil7922
@kamil7922 4 жыл бұрын
Helpfull❤️
@codeitup
@codeitup 4 жыл бұрын
Glad to help you
@himanshusalvi4096
@himanshusalvi4096 2 жыл бұрын
print("ENTER A NUMBER FOR CHECK NUMBER IS AMSTRONG OR NOT") i=int(input("ENTER A NUMBER:")); n=int(input("SIZE OF NUMBER:")); a=i; sum=0; while(i>0): sum=sum+(i%10)**n; i=i//10 if(sum==a): print("THis",a,"NUMBER IS ARMSTRONG NUMBER"); else: print("THis",a,"NUMBER IS NOT ARMSTRONG NUMBER");
@gautamjain2119
@gautamjain2119 Жыл бұрын
ATQ, What about digits > or < 3 Armstrong numbers ?
@Navya-s8o
@Navya-s8o 3 жыл бұрын
Tq clear explanation
@codeitup
@codeitup 3 жыл бұрын
Most welcome Navya!
@carpediemscrate1923
@carpediemscrate1923 4 жыл бұрын
armstrong number is not only sum of cubes. if ex.35624 is 5 digit no. then sum of 5th power of all digit need to be same as 35624(original) if there has 12 digit no. then it should be same as sum of 12th power of all digits in it.
@codeitup
@codeitup 4 жыл бұрын
@Bharathi Pravallika Sagireddy Find here the new program for Armstrong for any number of digit: kzbin.info/www/bejne/Zqa1paGQjbKZp68
@harmansingh6951
@harmansingh6951 3 жыл бұрын
The only thing holding me from taking sanyas from youtube
@Alokraj-pq2oo
@Alokraj-pq2oo 4 жыл бұрын
Thank u sir
@codeitup
@codeitup 4 жыл бұрын
Welcome !
@DK-js8cz
@DK-js8cz 3 жыл бұрын
Thanks for superb explanation. Sir, the above code is for 3 digit number separately and we can write it for 4 digit number also separately(sum=sum+(i%10)**4). But, How to write a single code to check whether a number is Armstrong or not for any digit?
@codeitup
@codeitup 3 жыл бұрын
kzbin.info/www/bejne/Zqa1paGQjbKZp68
@user-rf3he9uv5m
@user-rf3he9uv5m 4 жыл бұрын
Code explanation was good .... but, how did u figure out what to write inside the while loop... how do we crack it , or do we need to remember that fourmla.... ????????
@codeitup
@codeitup 4 жыл бұрын
I think you watched this program directly. If you will see the programs I have uploaded just before this, you will know the concept how to figure out the logic for this program.. All my videos are step by step. See the video just before it i.e. tutorial 22 and 23 and you will understand how to figure out the logic.
@VrushaliBhosale-dk4zr
@VrushaliBhosale-dk4zr 2 жыл бұрын
sir this logic gives correct result only for 3 digit number, for four digit and so on need to do some changes everytime
@shilpachaudhary2739
@shilpachaudhary2739 3 жыл бұрын
armstrong next method baata dijiye sir
@rishabhmishra233
@rishabhmishra233 4 жыл бұрын
Sir your explanation is too good.. But in this vdo you are forget Armstrong is not a equal of cubes.. This programme runned only 3 digits..
@codeitup
@codeitup 4 жыл бұрын
Yes rishabh, Thanks for letting me know this fact. I will make a new video on it.
@rishabhmishra233
@rishabhmishra233 4 жыл бұрын
Ok sir..
@codeitup
@codeitup 4 жыл бұрын
@@rishabhmishra233 Find the New Armstrong program video here: kzbin.info/www/bejne/Zqa1paGQjbKZp68
@princededha3561
@princededha3561 2 жыл бұрын
Can we do it if we calculate the length of integer by using l=len(str(i)) And then use S=sum+i**l Plz reply
@NehaRawal-qg5mk
@NehaRawal-qg5mk Жыл бұрын
if we write 1634 this is also armstrong number but its coming wrong acording to your code pleace make me understand this for only 3 digit if we write for digit of arm strong then anser is not coming
@codeitup
@codeitup Жыл бұрын
kzbin.info/www/bejne/Zqa1paGQjbKZp68si=KTvKmsEi9_rwNiTP
@akhilsharma4004
@akhilsharma4004 4 жыл бұрын
i have one doubt zero is also an armstrong number but why have you written (i>0)??Please elaborate on this
@codeitup
@codeitup 4 жыл бұрын
In such case we need not to run the loop. Sum contains zero and the input number is also zero. Both are equal so it will print Armstrong.
@parveenparveen4565
@parveenparveen4565 3 жыл бұрын
Sir can you please tell me how to study computer science in class 11 😭😭😭 And also I don't know any basics but unfortunately I had taken cs in class 11..
@ramanrajputindian5974
@ramanrajputindian5974 3 жыл бұрын
Nice
@codeitup
@codeitup 3 жыл бұрын
Thanks dear😊
@HitmanJaguar
@HitmanJaguar 3 жыл бұрын
Sir can you please make a video on the.sum of the following series X+x^2/2!-x^3/3!+x^4/4! -...+x^n/n!
@aqeelsaifi5273
@aqeelsaifi5273 2 жыл бұрын
Sir please can you explain program to search between 1 to 1000 Armstrong number
@nikhilanand1969
@nikhilanand1969 3 жыл бұрын
bade bhai:D
@varunagrawal385
@varunagrawal385 3 жыл бұрын
Sir, agar yahi code java me likhte toh bhot hard lagta lekin python me easy he. How many do agree with this?
@shwetachaudhary8265
@shwetachaudhary8265 4 жыл бұрын
How to become best coder sir
@codeitup
@codeitup 4 жыл бұрын
In the same way you learnt a,b,c,d then apple,boy,cat then apple is sweet.... Continuous practice and nothing else...
@shwetachaudhary8265
@shwetachaudhary8265 4 жыл бұрын
Okk thanku sir.
@anamikapandey3121
@anamikapandey3121 2 жыл бұрын
Thnq sir
@codeitup
@codeitup 2 жыл бұрын
Most welcome😊
@iitianvibes_1
@iitianvibes_1 2 жыл бұрын
nice
@codeitup
@codeitup 2 жыл бұрын
😊
@FitnessMob
@FitnessMob 3 жыл бұрын
Sir please tell what I'd we have take 2 inputs
@gurjitkaur8750
@gurjitkaur8750 4 жыл бұрын
Sir can we use import math And then later use math.pow((i%10),3)
@codeitup
@codeitup 4 жыл бұрын
Yes, you can but is prohibited when you write the program in exam. You can also use: (i%10)**3 Why to use math module?
@gurjitkaur8750
@gurjitkaur8750 4 жыл бұрын
@@codeitup means in paper it will be wrong
@codeitup
@codeitup 4 жыл бұрын
@@gurjitkaur8750 I think so. Using built in function is prohibited.
@vanshikayadav5265
@vanshikayadav5265 4 жыл бұрын
Sir benifit of membership????
@codeitup
@codeitup 4 жыл бұрын
Rs 159/- is just for supporting codeitup in which you may ask you question in comment box and you will definitely get a reply. But Rs 799/- is the most impressive one in which you will get my contact number and you can ask questions directly to me. Even, you can have one to one doubt clearing session once in a month.
Python Program to Find Product of Digits - In Hindi
7:47
codeitup
Рет қаралды 65 М.
Introduction to Pointers | C Programming Tutorial
24:42
Portfolio Courses
Рет қаралды 121 М.
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 6 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Python Armstrong Number Program - In Hindi
18:17
codeitup
Рет қаралды 47 М.
Armstrong number in python
6:16
The Programming Portal
Рет қаралды 116 М.
Python Program to Check Armstrong Number
18:08
CodeWithHarry
Рет қаралды 102 М.
Python Program to Check If the Number is Armstrong or Not?
14:37
WsCube Tech
Рет қаралды 66 М.
Python Program to Reverse of a Number - In Hindi
9:22
codeitup
Рет қаралды 191 М.
Python Program #17 - Check Armstrong Number in Python
8:44
Programming For Beginners
Рет қаралды 14 М.