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

Function main

Maths/find_lcm.py:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def main():
12 num_1 = 12
13 num_2 = 76
14 print(find_lcm(num_1, num_2))
15
16
17if __name__ == '__main__':

Callers 1

find_lcm.pyFile · 0.70

Calls 1

find_lcmFunction · 0.85

Tested by

no test coverage detected