commit scelet

This commit is contained in:
Danil
2026-04-04 11:52:50 +03:00
commit 3a3cdebf45
+10
View File
@@ -0,0 +1,10 @@
# Практика
def is_armstrong(a):
if __name__ == '__main__':
print(is_armstrong(153))