Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
935051a72b |
Binary file not shown.
@@ -6,3 +6,7 @@ def add(left: int, right: int) -> int:
|
||||
|
||||
def subtract(left: int, right: int) -> int:
|
||||
return left - right
|
||||
|
||||
|
||||
def power(base: int, exponent: int) -> int:
|
||||
return base ** exponent
|
||||
|
||||
Reference in New Issue
Block a user