vault backup: 2023-11-20 13:36:54
This commit is contained in:
parent
e083301e82
commit
26b0afcfb8
@ -44,3 +44,9 @@ def multiplication2(x: int, y: int) -> int:
|
|||||||
result = result + x
|
result = result + x
|
||||||
i += 1
|
i += 1
|
||||||
return result
|
return result
|
||||||
|
```
|
||||||
|
|
||||||
|
## Exercise 1.3
|
||||||
|
```
|
||||||
|
def exponentiation(x: int, n: int) -> int:
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user