We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd46c1 commit 630b61fCopy full SHA for 630b61f
README.md
@@ -9,9 +9,6 @@ from Basic_Maths import *
9
addition(5,5)
10
Çıktı: result: 5 + 5 = 10
11
12
-* install.bat dosyasında "YOU_PY_LIB_PATH" yazısını düzenleyiniz.
13
-
14
15
* A very simple math library for Python
16
* Math Basic 4 in Python allows us to use operations without requiring any additional variables.
17
Example:
@@ -20,7 +17,5 @@ from Basic_Maths import *
20
21
18
Output: result: 5 + 5 = 10
22
19
23
-* Edit the "YOU_PY_LIB_PATH" text in the install.bat file.
24
25
* By: LinuxUsersLinuxMint
26
* Credits: gaurovgiri @gaurovgiri
0 commit comments