vault backup: 2023-11-20 14:49:50
This commit is contained in:
parent
92b5e2f517
commit
0f1afcd16a
@ -53,4 +53,5 @@ def exponetial(x: int, n: int) -> int:
|
||||
while n > 0:
|
||||
m *= x
|
||||
n -= 1
|
||||
return result
|
||||
return result
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user