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

File sol2.py

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

Source from the content-addressed store, hash-verified

1#!/bin/python3
2'''
3Problem:
42520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.

Callers

nothing calls this directly

Calls 1

lcmFunction · 0.85

Tested by

no test coverage detected