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

Commit ac9c81e

Browse files
subhashjain010sj5027052
authored andcommitted
Updated sum_of_digits.py
Signed-off-by: Subhash Jain <steve241955jobs@gmail.com> Signed-off-by: Sanyam Jain <sj5027052@gmail.com>
1 parent f454c39 commit ac9c81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/subhashjain010/sum_of_digits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
for ele in inp:
44
s += int(ele)
55

6-
print("Sum of digits of the number " + inp + " is", s)
6+
print("Sum of digits of the number " + inp + " is", s)

0 commit comments

Comments
 (0)