Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
def
compute_lcm(x, y):
Callers
nothing calls this directly
Calls
1
compute_lcm
Function · 0.70
Tested by
no test coverage detected