diff --git a/Random Python Programs/ARMSTRONG_NUMBER.py b/Random Python Programs/ARMSTRONG_NUMBER.py index 7712bfa..06fdb78 100644 --- a/Random Python Programs/ARMSTRONG_NUMBER.py +++ b/Random Python Programs/ARMSTRONG_NUMBER.py @@ -16,4 +16,4 @@ if num == sum: print(num,"is an a number") else: - print(num,"is not an a number") + print(num,"is not an Armstrong number")