Skip to content

Commit

Permalink
Update and rename Calculator.py to calculator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
safouuwa authored Oct 22, 2024
1 parent 5b05edb commit 76bf7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Calculator.py → calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def product(self, a, b):
return a * b

def quotient(self, a, b):
return a / b
return a / b

0 comments on commit 76bf7a4

Please sign in to comment.