Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 2605365

Browse files
committed
Update ARMSTRONG_NUMBER.py
1 parent 1a05154 commit 2605365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Random Python Programs/ARMSTRONG_NUMBER.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
if num == sum:
1717
print(num,"is an a number")
1818
else:
19-
print(num,"is not an a number")
19+
print(num,"is not an Armstrong number")

0 commit comments

Comments
 (0)