Skip to content

Commit fa45e37

Browse files
Update Basic_Maths.
1 parent a5224c8 commit fa45e37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Basic_Maths/basic_maths.py renamed to Basic_Maths/Basic_maths.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

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

basic_maths_calc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
It is a example program made with Basic_Maths. It was written to serve as an example of (Basic_Maths) usage.
55
Sharing of the file named "basic_maths_calc.py" in posts (blog/post etc. on the internet) has been given permission by @LinuxUsersLinuxMint. """
66

7-
from Basic_Maths.basic_maths import *
7+
from Basic_Maths.Basic_maths import *
88

99
LibAbout()
1010
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 commit comments

Comments
 (0)