Skip to content

Commit

Permalink
Update Basic_Maths.
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxUsersLinuxMint committed Jun 2, 2024
1 parent a5224c8 commit fa45e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Basic_Maths/basic_maths.py → Basic_Maths/Basic_maths.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

PYTHON_LIB_NAME="Basic_Maths"
PYTHON_LIB_LICENCE="GPL2"
PYTHON_LIB_VER="3.7"
PYTHON_LIB_VER="3.7re-edit"
PYTHON_LIB_SUPPORT_PLATFORM="Windows/Linux/macOS/otherOS"
PYTHON_LIB_RELEASE_DATE="9/30/2023, Time: XX:XX"
PYTHON_LIB_LAST_UPDATE_DATE="6/2/2024, Time: 21:23"
PYTHON_LIB_LAST_UPDATE_DATE="6/2/2024, Time: 21:55"
PYTHON_LIB_AUTHOR="LinuxUsersLinuxMint"
PYTHON_LIB_AUTHOR_WEB_SITE="https://linuxuserslinuxmint.github.io"

Expand Down
2 changes: 1 addition & 1 deletion basic_maths_calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
It is a example program made with Basic_Maths. It was written to serve as an example of (Basic_Maths) usage.
Sharing of the file named "basic_maths_calc.py" in posts (blog/post etc. on the internet) has been given permission by @LinuxUsersLinuxMint. """

from Basic_Maths.basic_maths import *
from Basic_Maths.Basic_maths import *

LibAbout()
all_math_operations("Select Operations: ","1. Addition","2. Extraction","3. Multiplication","4. Division","5. Percentage","6. FullDivision","7. TakingExponents","8. TakingRoots","9. SquareRoot","Select a transaction?: ","Enter the 1st number: ","Enter the 2nd number: ","Result:","Numbers cannot be zero in division!","Invalid Process!")

0 comments on commit fa45e37

Please sign in to comment.