full programm

This commit is contained in:
Danil
2026-04-04 12:06:19 +03:00
parent 1767c1daf5
commit ffcc01b6fd
+4 -1
View File
@@ -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))