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

Commit f40ad99

Browse files
committed
2 parents 4b84eee + 9c67696 commit f40ad99

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
@@ -14,6 +14,6 @@
1414
temp //= 10
1515
# display the result
1616
if num == sum:
17-
print(num,"is an Armstrong number")
17+
print(num,"is an a number")
1818
else:
1919
print(num,"is not an Armstrong number")

0 commit comments

Comments
 (0)