Skip to content

Commit 9c67696

Browse files
Merge pull request #3 from Gourav-KP/master
chnged typo
2 parents 880396e + 2605365 commit 9c67696

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)