Skip to content

Commit

Permalink
2 shows I forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Apr 19, 2022
1 parent c6f04a9 commit ee3b0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified __pycache__/proof.cpython-39.pyc
Binary file not shown.
2 changes: 2 additions & 0 deletions proof.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,11 @@ def andElim(self, lineNum, n):
if n==1:
self.steps += [evidence.arg1]
self.justifications += ["And elimination"]
self.show()
elif n==2:
self.steps += [evidence.arg2]
self.justifications += ["And elimination"]
self.show()
else:
print('\n'+"You must choose argument 1 or 2")
else:
Expand Down

0 comments on commit ee3b0e7

Please sign in to comment.