Skip to content

Commit 630b61f

Browse files
Update README.md
1 parent ebd46c1 commit 630b61f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ from Basic_Maths import *
99
addition(5,5)
1010
Çıktı: result: 5 + 5 = 10
1111

12-
* install.bat dosyasında "YOU_PY_LIB_PATH" yazısını düzenleyiniz.
13-
14-
1512
* A very simple math library for Python
1613
* Math Basic 4 in Python allows us to use operations without requiring any additional variables.
1714
Example:
@@ -20,7 +17,5 @@ from Basic_Maths import *
2017
addition(5,5)
2118
Output: result: 5 + 5 = 10
2219

23-
* Edit the "YOU_PY_LIB_PATH" text in the install.bat file.
24-
2520
* By: LinuxUsersLinuxMint
2621
* Credits: gaurovgiri @gaurovgiri

0 commit comments

Comments
 (0)