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 a665cd0 commit 64ffb55Copy full SHA for 64ffb55
README.md
@@ -9,6 +9,8 @@ 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.
@@ -18,6 +20,7 @@ from Basic_Maths import *
18
20
19
21
Output: result: 5 + 5 = 10
22
23
+* Edit the "YOU_PY_LIB_PATH" text in the install.bat file.
24
25
* By: LinuxUsersLinuxMint
26
* Credits: gaurovgiri @gaurovgiri
0 commit comments