Python Program to Find Product of Digits - In Hindi

  Рет қаралды 65,632

codeitup

codeitup

Күн бұрын

Пікірлер: 44
@ankitsaxena565
@ankitsaxena565 5 жыл бұрын
Sir Mai aapki saari video dekh rha hu,you are great sir
@codeitup
@codeitup 5 жыл бұрын
Thanks Ankit, please help this channel to grow. Please share this with your friends. Keep learning..
@kadriiqbal3560
@kadriiqbal3560 Ай бұрын
​@@codeitupno tansion sir mene mere pure collage me aapke bare me bol diya hai ki you are best teacher for python love you sir ❤❤❤
@115nipuntripathi8
@115nipuntripathi8 4 жыл бұрын
"My blessings is with you Sir that you soon get many subscribers "
@codeitup
@codeitup 4 жыл бұрын
Thanks a ton for your blessings! 🙏
@rahuldhandhi5787
@rahuldhandhi5787 2 жыл бұрын
@@codeitup Write a python program to find the product of two values. Take input from the user. plz sir
@sircar2444
@sircar2444 3 жыл бұрын
Thank you bhai itne acche se coding sikhane ke liye 🙂🙂👏👏👌
@codeitup
@codeitup 3 жыл бұрын
Most welcome dear!
@charchitacharya9477
@charchitacharya9477 3 жыл бұрын
Sir ur video in very easy to understand the concept.thanks
@codeitup
@codeitup 3 жыл бұрын
Thanks a ton Charchit!
@ts4army98
@ts4army98 4 ай бұрын
Thank you so much
@sakshisharma9055
@sakshisharma9055 2 жыл бұрын
Sir aap bahut accha pdha rhe ho python ken bare mai sir ek baar plzzz break while loop k bata dijiye
@tanveerbibi6474
@tanveerbibi6474 Жыл бұрын
Very nice video hai❤
@codeitup
@codeitup Жыл бұрын
Thanks!
@Nishantkumar-cm5lw
@Nishantkumar-cm5lw 3 жыл бұрын
sir aapke programe me kuch gadbad hai aap 52 , 25, 58, aaise number lijiye matlab jisko multiply kar ke last digit 0 aa raha ho usme bas 0 hi print hota hai
@Nishantkumar-cm5lw
@Nishantkumar-cm5lw 3 жыл бұрын
Sir please reply
@RajuKumar-cg4qb
@RajuKumar-cg4qb 3 жыл бұрын
program has error, giving output zero when we input number which contains zero, i.e. 105, please check and suggest the solution. thank you, keep the good work up
@rahuldhandhi5787
@rahuldhandhi5787 2 жыл бұрын
Write a python program to find the product of two values. Take input from the user. plz sir
@harshsharma2888
@harshsharma2888 2 жыл бұрын
Nice video
@codeitup
@codeitup 2 жыл бұрын
Thanks!
@rahuldhandhi5787
@rahuldhandhi5787 2 жыл бұрын
Write a python program to find the product of two values. Take input from the user. plz sir
@kanagalabalasubrahmanyam6519
@kanagalabalasubrahmanyam6519 4 жыл бұрын
Sir program to check Pythagorean triplets....plzzzz sir
@faizalkhalifa9187
@faizalkhalifa9187 3 жыл бұрын
Thank Sir
@codeitup
@codeitup 3 жыл бұрын
Most welcome!
@parampritamchakra283
@parampritamchakra283 4 жыл бұрын
Hello can do a session about advance python
@codeitup
@codeitup 4 жыл бұрын
Yes, for sure but it will take some time.
@parampritamchakra283
@parampritamchakra283 4 жыл бұрын
@@codeitup it amazing how you briefing all these please if possible do it asap
@vishalsisodiya1467
@vishalsisodiya1467 3 жыл бұрын
My pc is showing error in this programing.......it is showing "prod" as invalid syntax .....plz tell me what to do.???!!!!
@rahuldhandhi5787
@rahuldhandhi5787 2 жыл бұрын
Write a python program to find the product of two values. Take input from the user. plz sir
@vilaskumarsanap9314
@vilaskumarsanap9314 3 жыл бұрын
Sir if a number is 107 or any no which contain zero. Then output is 0 .. sir please
@codeitup
@codeitup 3 жыл бұрын
Yes, because the program says the same thing "Product of digits" and obviously if any one digit is zero, it is going to be zero.
@nitishpaliwal1521
@nitishpaliwal1521 Жыл бұрын
When number is 0 the product shown is 1
@srijangupta3234
@srijangupta3234 4 жыл бұрын
Hello sir mujhe ek question me doubt hai usme ek error aa rha hai line 7 me question -> Program that inputs three numbers and calculates two sums as per this: Sum1 as the sum of all inputs Sum2 as the sum of non-duplicate numbers;if there are duplicate numbers in the input, ignores them. eg. Input of numbers 2,3,4 will give two sums as 9 and 9 Input of numbers 3,2,3 will give two sums as 8 and 2 Input of numbers 4,4,4 will give two sums as 12 and 0 and sir yeh mera code hai jisme line 7 me error show kar rha hai i=int(input('Enter number 1:')) j=int(input('Enter number 2:')) k=int(input('Enter number 3:')) sum1=0 sum2=0 sum1=i+j+k if (i=j and i=k): sum2=0 if (i!=j and i!=k): sum2=i if (i!=j!=k): sum2=sum1 print('Sum 1:',sum1) print('Sum 2 :',sum2)ṅ
@srijangupta3234
@srijangupta3234 4 жыл бұрын
{ "owner": "python", "code": "syntax-error", "severity": 8, "message": "invalid syntax (, line 7)", "source": "pylint", "startLineNumber": 7, "startColumn": 7, "endLineNumber": 7, "endColumn": 7 } yeh error line hai sir
@codeitup
@codeitup 4 жыл бұрын
Instead of = you have to use == as this is eqality operator.
@srijangupta3234
@srijangupta3234 4 жыл бұрын
@@codeitup thanks sir I have to do this in sum2==sum1,right?
@ayaazahmad2888
@ayaazahmad2888 3 жыл бұрын
What will happen if While(I>=0):
@rahuldhandhi5787
@rahuldhandhi5787 2 жыл бұрын
Write a python program to find the product of two values. Take input from the user. plz sir
@meghachatterjee7143
@meghachatterjee7143 Жыл бұрын
What if a number is 240. Prod=prod*i %10 Will be zero.
@codeitup
@codeitup Жыл бұрын
Then obviously product of digits would be zero.
@c444roshandabhade7
@c444roshandabhade7 4 жыл бұрын
Sir 26 no. Ka video kaha hai
@codeitup
@codeitup 4 жыл бұрын
Saare Sequence me hai, Dekho aap playlist me...
@inyshel7018
@inyshel7018 3 жыл бұрын
not running in anaconda sir
@fenrir834
@fenrir834 3 жыл бұрын
fax
Python Program to Reverse of a Number - In Hindi
9:22
codeitup
Рет қаралды 191 М.
Как Я Брата ОБМАНУЛ (смешное видео, прикол, юмор, поржать)
00:59
How many people are in the changing room? #devil #lilith #funny #shorts
00:39
[BEFORE vs AFTER] Incredibox Sprunki - Freaky Song
00:15
Horror Skunx 2
Рет қаралды 20 МЛН
Python Programs - Factorial Program Using Recursion
18:08
Amulya's Academy
Рет қаралды 75 М.
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 2,2 МЛН
Python Armstrong Number Program - In Hindi
18:17
codeitup
Рет қаралды 47 М.
Python Program to find Sum of First N Even Numbers - In Hindi
10:59
Find the Factorial of a Number - Python Program Tutorial🔥
14:58
Python Program to Check Armstrong Number
18:08
CodeWithHarry
Рет қаралды 102 М.
Python Programs - Factorial Program Using for loop
10:30
Amulya's Academy
Рет қаралды 143 М.