We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b17f7 commit 705fce9Copy full SHA for 705fce9
258_Add_Digits.py
@@ -1,3 +1,4 @@
1
+#Solution
2
class Solution:
3
def addDigits(self, num: int) -> int:
4
temp = num
0 commit comments