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 4b84eee + 9c67696 commit f40ad99Copy full SHA for f40ad99
Random Python Programs/ARMSTRONG_NUMBER.py
@@ -14,6 +14,6 @@
14
temp //= 10
15
# display the result
16
if num == sum:
17
- print(num,"is an Armstrong number")
+ print(num,"is an a number")
18
else:
19
print(num,"is not an Armstrong number")
0 commit comments