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

Commit 880396e

Browse files
Merge pull request robinsingh-ai#2 from Gourav-KP/master
just tutorial
2 parents 07f497a + 1a05154 commit 880396e

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)