+ 3
Challenge : Circular Number
A circular number is any number whose powers end on the same figure as it does itself. Circular numbers are numbers ending in 0, 1, 5, or 6. Write a code that Outputs all Numbers that meet the definition for a given range. Example : if input = 12 output = 0, 1, 5, 6, 10, 11
6 Respuestas
+ 6
https://code.sololearn.com/cOisvg9c7S51/?ref=app
In one line
+ 4
✔
(I just made it so the number you entered is the amount of circular numbers printed instead)
https://code.sololearn.com/ci33YURr4oZa/?ref=app
+ 3
Here is mine.
https://code.sololearn.com/c6QdEU2852l8/?ref=app
+ 3
coming
+ 2