Skip to content
Snippets Groups Projects
Commit 417655d6 authored by giovaniagst's avatar giovaniagst
Browse files

impelement power

parent ca4326a0
1 merge request!5Feature #5 (Power)
# use a function to make power implementation
\ No newline at end of file
# use a function to make power implementation
def power (x, y):
z = x**y
return z
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment