MCPcopy 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
14def main():
15 print(absVal(-34)) # = 34
16
17if __name__ == '__main__':
18 main()

Callers 1

abs.pyFile · 0.70

Calls 1

absValFunction · 0.85

Tested by

no test coverage detected