Python Program to Check Armstrong Number

preview_player
Показать описание
Armstrong number in Python: In this video, we will write a Python program to find Armstrong number

Best Hindi Videos For Learning Programming:

►C Language Complete Course In Hindi -

►JavaScript Complete Course In Hindi -

►Django Complete Course In Hindi -

Follow Me On Social Media
Рекомендации по теме
Комментарии
Автор

Armstrong to theek hai lekin ye Binod kon hai?

CodeWithHarry
Автор

I m 14yrs old and we r not taught programming in school, I started learning programming in 6th, and am an intermediate python coder, all just bcoz of you, hope you read and if yes, plz reply or give a ❤️👍😊☺️

siddheshphadke
Автор

Harry bhai, you are a wonderful teacher and programmer

sangeetawadhwani
Автор

excellent bhai this question was asked to me in one of the interviews i faced recently !

linujose
Автор

Thank you harry for this great vedio... Lots of love your way... ❣️❣️ keep making us more perfect in python.

nishishandilya
Автор

Apki waja se mai apne sapne pure kr pa rahahun Mai apni kud ki websites banali h ab mai bahut jald payse Arun kr pauga
Lekin yh bat Jan kr bahut khushi ho ki mai ek electrical engineering karne wala student apki waja se ek Web developer bn paya.

TecSantoshKumar
Автор

Perfect explanation sir... I wish i had a teacher like you🙄🙄🙄

mercesletifer
Автор

Bohot achhe harry bhai.Please aise aur practice programs banaye

adityajadhavar
Автор

Harry Bhai ....love u....i was very obssessed with code when i first learn from another YouTube channel....but when i started watching your to dimaag me gushta aa gaia....Love u bro....Maja aa gaia

adityarathod
Автор

there should be temp = n, as n keeps changing and becomes 0 at last. SO we have to store the input value to a temp variable

bedifferent
Автор

thank you harry bhai for giving a wonderful course of python

bindassboss
Автор

Harry bhia aapka internet really superfast hai.. Bilkul aapki tarah 🔥🔥🔥🔥

nareshgoyal
Автор

Great way to make us acually realise HOW TO CODE

ruchirmandora
Автор

Harry bhai ur best programming teacher

parthgupta
Автор

Sir you have made learn linux in one video tutorial and it helped me a lot. Can you make a full tutorial on linux. Please..🙏🏻🙏🏻🙏🏻
And if it is already there then can anyone provide me the link.

shivanksharma
Автор

Number ki digits ke liye calculation ki kya need hai? Number ko string me convert karke uski index ke liye bhi loop chla sakte hai.

DeepakGupta-hdns
Автор

9:09 We've changed the value of n in loop.

vaibhavyadav
Автор

I took a different approach!
n = input('Enter the number: ')
length = len(n)
value = 0
for i in n:
a = int(i)**length
value = value + a
print(value)
if value == int(n):
print('The number is an Armstrong number!')
else:
print('The number is not an Armstrong number.')

thengc
Автор

Bro video dekhne se pahele..main try Kiya...🤗🙈 aur Success bhi Mila..😎🙈✌. You are ossm bro..✌

itzjvs
Автор

are you using any external device for writing?

NTTtv