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 d46720e commit d58e10cCopy full SHA for d58e10c
βPart5 ππποΈ/sum_digits.pyβ
@@ -1,5 +1,5 @@
1
import time
2
-import os
+import os
3
4
def sumDigits(n):
5
total = 0
@@ -23,4 +23,4 @@ def sumDigits(n):
23
break
24
25
print("\nRestarting...")
26
- time.sleep(1) # Adds a delay of 1 second before restarting the loop
+ time.sleep(1) # Adds a delay of 1 second before restarting the loop
0 commit comments