Skip to content

Commit

Permalink
Add done by Mitul
Browse files Browse the repository at this point in the history
  • Loading branch information
NU-Mitul committed Sep 28, 2019
1 parent 9e7effc commit bf8141a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Addition.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
class Addition:
def __init__(self):
print("ADDITION :)")

def operation(self,a,b):
sum=a+b
return(f"Addition of a and b is : {sum}")
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 bf8141a

Please sign in to comment.