MCPcopy 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

1a, b = map(int, input().split())
2
3# Find sum of digits of a number
4def sumDigits(n):

Callers

nothing calls this directly

Calls 2

sumDigitsFunction · 0.85
sumOfDigitsFunction · 0.85

Tested by

no test coverage detected