indra-kc / DSA

A collection of essential Data Structures and Algorithms implemented in Python.
0 stars 5 forks source link

Sum of Digits #12

Closed ShoomanKhatri closed 1 month ago

ShoomanKhatri commented 1 month ago

Problem: Calculate the sum of the digits of a given integer.

ShoomanKhatri commented 1 month ago

plz assign this to me.

indra-kc commented 1 month ago

done

ShoomanKhatri commented 1 month ago

thank you

ShoomanKhatri commented 1 month ago

completed