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.
1 parent 6b352f2 commit 90c7da0Copy full SHA for 90c7da0
Prepinsta codes/armstrong.py
@@ -1,5 +1,4 @@
1
# Armstrong Number
2
-
3
number = int(input("Enter the number: "))
4
num = number
5
digit, sum = 0, 0
0 commit comments