@ -15,7 +15,10 @@ def is_armstrong(a):
if __name__ == '__main__':
print(is_armstrong(153))
print("is_armstrong(153) - ", is_armstrong(153))
print("is_armstrong(10) - ", is_armstrong(10))
The note is not visible to the blocked user.