Skip to content
Snippets Groups Projects
Commit d5cf13cd authored by Rizky Anggita S  Siregar's avatar Rizky Anggita S Siregar
Browse files

pembagian merge

parents 8e74fb21 9ff8b74f
Branches
Tags
1 merge request!6Dev01
<<<<<<< HEAD
def perkalian(num1, num2):
return num1 * num2
=======
def perpangkatan(a, b):
# Return a^b
return a ** b
>>>>>>> 4b03e1c108c7c9fca58e2454a72fc179de957d0c
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