MCPcopy Create free account
hub / github.com/geekcomputers/Python / finding LCM.py

File finding LCM.py

finding LCM.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Python Program to find the L.C.M. of two input number
2
3
4def compute_lcm(x, y):

Callers

nothing calls this directly

Calls 1

compute_lcmFunction · 0.70

Tested by

no test coverage detected