We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 880396e + 2605365 commit 9c67696Copy full SHA for 9c67696
Random Python Programs/ARMSTRONG_NUMBER.py
@@ -16,4 +16,4 @@
16
if num == sum:
17
print(num,"is an a number")
18
else:
19
- print(num,"is not an a number")
+ print(num,"is not an Armstrong number")
0 commit comments