HTMLify
Home
Log in
Register
Dashboard
Frames
API
pow.py
Views: 217 | Author:
abh
def
pow
(
x
,
y
:
int
):
p
=
1
while
y
:
p
*=
x
y
-=
1
return
p
def
pow
(
x
,
y
):
return
x
**
y
Run >
Python
Plaintext
Share this file:
Copy
Short Link
View Raw
Download File
(120 B)
Embed Code
Clone
Comments
Comment