#Day

Опубликовано: 19 Июнь 2026
на канале: UniversalLearnLagoon
5
2

Welcome to Day 23 of our 100 Days Python Coding Challenge! In this tutorial, we'll be solving a problem where we find Armstrong Numbers between two given numbers, A and B. Armstrong Numbers are those numbers where the sum of the cubes of its digits is equal to the number itself
Input: The first line of input contains an integer representing A. The second line of input contains an integer representing B. Output: The output should contain all the Armstrong Numbers from A to B separated by a space . If there are no Armstrong numbers print -1
Sample Input and Output are also be given for your reference in the video please watch the video if you are having any doubts
#Python, #CodingChallenge, #ArmstrongNumbers, #PythonTutorial, #Programming, #100DaysOfCode, #Subscribe, #PythonCoding, #CodingCommunity, #ProgrammingChallenge, #LearnPython, #PythonProgramming