Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish0809 committed Sep 28, 2019
1 parent 9e7effc commit a72cbf3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Multiplication.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class Multiplication:
def operation(self, a, b):
print("Multiplication of a and b:"+str(a*b))

return("Multiplication of a and b:"+str(a*b))


Binary file added __pycache__/Addition.cpython-37.pyc
Binary file not shown.
Binary file added __pycache__/Multiplication.cpython-37.pyc
Binary file not shown.
Binary file added __pycache__/Subtract.cpython-37.pyc
Binary file not shown.

0 comments on commit a72cbf3

Please sign in to comment.