Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ main
Function
main
Maths/abs.py:14–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
return
num
13
14
def
main():
15
print(absVal(-34))
# = 34
16
17
if
__name__ ==
'__main__'
:
18
main()
Callers
1
abs.py
File · 0.70
Calls
1
absVal
Function · 0.85
Tested by
no test coverage detected