Skip to content

Commit d1e7b7f

Browse files
authored
Update armstrong.py
1 parent f6b8826 commit d1e7b7f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

armstrong.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# https://www.facebook.com/mayankgbrc/posts/2726954114288546
2-
# Subscribed by Code House
1+
32
num = int(input("Enter a number: "))
43

54
sum = 0

0 commit comments

Comments
 (0)