Skip to content

Commit 1a05154

Browse files
committed
'voabvovj
awrgbrhznryzee
1 parent 07f497a commit 1a05154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Random Python Programs/ARMSTRONG_NUMBER.py

Lines changed: 2 additions & 2 deletions
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:
19-
print(num,"is not an Armstrong number")
19+
print(num,"is not an a number")

0 commit comments

Comments
 (0)