Skip to content

Commit 705fce9

Browse files
author
Parth Shah
authored
#258
1 parent 99b17f7 commit 705fce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

258_Add_Digits.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#Solution
12
class Solution:
23
def addDigits(self, num: int) -> int:
34
temp = num

0 commit comments

Comments
 (0)