Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KenP97 authored Sep 28, 2019
1 parent 83388a6 commit 9e7effc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if(i=="1"):
op = Addition()
elif(i=="2"):
op = Subtraction()
op = Subtract()
elif(i=="3"):
op = Multiplication()
else:
Expand Down

0 comments on commit 9e7effc

Please sign in to comment.