MCPcopy Create free account
hub / github.com/geekcomputers/Python / Python Program to Find LCM.py

File Python Program to Find LCM.py

Python Programs/Python Program to Find 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