+ 1
Input a list of numbers and test if a number is equal to the sum of the cubes of its digits (rest question in the description).
Input a list of numbers and test if a number is equal to the sum of the cubes of its digits. Find the smallest and largest such numbers from the given list of numbers. Program should be in python language.
2 Antworten
0
- 4
Where's your syntax which you tried but has some issue?