Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
def
main():
12
num_1 = 12
13
num_2 = 76
14
print(find_lcm(num_1, num_2))
15
16
17
if
__name__ ==
'__main__'
:
Callers
1
find_lcm.py
File · 0.70
Calls
1
find_lcm
Function · 0.85
Tested by
no test coverage detected