Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanteOnline committed Mar 21, 2024
1 parent 0c7130d commit c90e583
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions calculator/multiplication.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

def multiplication(a, b):
"""
Multiplication
a * b
"""
return a * b

0 comments on commit c90e583

Please sign in to comment.