MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / sol2.py

File sol2.py

project_euler/problem_20/sol2.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from math import factorial
2def main():
3 print(sum([int(x) for x in str(factorial(100))]))
4if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected