Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Asabeneh/30-Days-Of-Python
/ power
Function
power
20_Day_Python_package_manager/arithmetic.py:24–25 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
22
23
24
def
power(a, b):
25
return
a ** b
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected