Skip to content

Commit

Permalink
fixed one bug in main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Abtahi committed Sep 19, 2022
1 parent 81bb03a commit 9d310ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def addTwoNumbers(firstNumber, secondNumber):
return sum

def mainMenu():
listOfFuncs = ["addMultiNumbers"]
print()
print(25 * "-")
print("Main Menu")
Expand Down

0 comments on commit 9d310ca

Please sign in to comment.