Python Program for armstrong numbers | Python Programming Practice For Interview

  Рет қаралды 11,538

Code-yug

Code-yug

Күн бұрын

Пікірлер: 19
@gauravbhatnagar8658
@gauravbhatnagar8658 Ай бұрын
n=1 while n
@Codeyug
@Codeyug 3 күн бұрын
Good!
@kodarajesh35
@kodarajesh35 2 жыл бұрын
Superb sir
@Codeyug
@Codeyug 2 жыл бұрын
Thank you so much...keep learning
@HUMAN-007
@HUMAN-007 Жыл бұрын
Bro,could you explain about use of i=str(i).
@oliverqueen6866
@oliverqueen6866 2 жыл бұрын
this is the best method and very simple method it really make a program very short. 😇😇😇😇😇😇
@Codeyug
@Codeyug 2 жыл бұрын
Follow python playlists on this channel. From 26 jan, you will get oop series...
@hyd_explorer_360
@hyd_explorer_360 2 жыл бұрын
superb bro
@Codeyug
@Codeyug 2 жыл бұрын
Yes...please keep watching videos on my channel..you will learn a lot
@kodarajesh35
@kodarajesh35 2 жыл бұрын
Plz do video on inverted w hollow pattern
@Codeyug
@Codeyug 2 жыл бұрын
You will get videos on pattern in October definitely... currently i am working on other things...
@Codeyug
@Codeyug 2 ай бұрын
Master in Python :- kzbin.info/aero/PLI4OVrCFuY543naNBsCaRLrLSxI7MUOzZ
@dark_legions2227
@dark_legions2227 2 жыл бұрын
👍👍👍👍
@razimd3849
@razimd3849 2 жыл бұрын
what is the output for range 1 to 3
@avisaranand4141
@avisaranand4141 2 жыл бұрын
Output - 1 2
@gollamamatha7795
@gollamamatha7795 2 жыл бұрын
how to this output in one line sir
@Codeyug
@Codeyug 2 жыл бұрын
By using end argument in print.. Put it's value blank... Or search "print function codeyug"
@gollamamatha7795
@gollamamatha7795 2 жыл бұрын
@@Codeyug tq sir😊
@sakalagamingyt3563
@sakalagamingyt3563 2 жыл бұрын
''' Armstrong Number Checking Algorithm by Bishal jaiswal Copyright (c) 2022 ''' # 53 ---> sum of nth power of the digits ( [ 5^2+3^2 = 25+9 ] = 34 not armstrong number ) def checkArmstrong(n:int) ->bool: if n>=0: myString = str(n) power = len(myString) nList = [] ArmstrongNumber = 0 for ch in myString: integer = int(ch)**power nList.append(integer) for i in range(len(nList)): ArmstrongNumber += int(nList[i]) if ArmstrongNumber == n: return True else: return False else: return None print(checkArmstrong(-1))
Python Program #17 - Check Armstrong Number in Python
8:44
Programming For Beginners
Рет қаралды 14 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 8 МЛН
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 68 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН
Python Special Programs - Armstrong Number
17:30
Neso Academy
Рет қаралды 10 М.
ARMSTRONG NUMBER PROGRAM IN PYTHON PROGRAMMING || FINDING N-DIGIT ARMSTRONG NUMBER
13:27
Python Tutorial for Absolute Beginners #1 - What Are Variables?
24:38
Python Program: Find Armstrong Number in an Interval
13:14
WsCube Tech! ENGLISH
Рет қаралды 2,8 М.
Python Tutorial - Prime Numbers | Printing Prime Numbers in Given Interval
18:33
Python Programs - Armstrong Numbers
20:52
Amulya's Academy
Рет қаралды 401 М.
Armstrong number in python
6:16
The Programming Portal
Рет қаралды 116 М.
Check If A Number Is An Armstrong Number | Python Example
8:18
Portfolio Courses
Рет қаралды 2,6 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 8 МЛН