4 lines
43 B
Python
4 lines
43 B
Python
def is_armstrong(n:int) -> bool:
|
|
pass
|
|
|
def is_armstrong(n:int) -> bool:
|
|
pass
|
|
|