This repository has been archived on 2026-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
practice2/main.py
2026-04-04 11:52:50 +03:00

11 lines
102 B
Python

# Практика
def is_armstrong(a):
if __name__ == '__main__':
print(is_armstrong(153))