Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ solution1.py
File
solution1.py
Misc/SumOfAllDigits/solution1.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
a, b = map(int, input().split())
2
3
# Find sum of digits of a number
4
def
sumDigits(n):
Callers
nothing calls this directly
Calls
2
sumDigits
Function · 0.85
sumOfDigits
Function · 0.85
Tested by
no test coverage detected