Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit d07eb7c

Browse files
Update digits_sum.py
Signed-off-by: Kishan Kumar Rai <kishan.rai99693@gmail.com>
1 parent fbaa134 commit d07eb7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contributors/kishanrajput23/digits_sum.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
total = 0
33
for ele in n:
44
total += int(ele)
5-
6-
print("Sum of digits of the number " + n + " is", total)
5+
print("Sum of digits of the number " + n + " is", total)

0 commit comments

Comments
 (0)