Skip to content

Commit 64ffb55

Browse files
Update README.md
1 parent a665cd0 commit 64ffb55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ 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+
1214

1315
* A very simple math library for Python
1416
* Math Basic 4 in Python allows us to use operations without requiring any additional variables.
@@ -18,6 +20,7 @@ from Basic_Maths import *
1820
addition(5,5)
1921
Output: result: 5 + 5 = 10
2022

23+
* Edit the "YOU_PY_LIB_PATH" text in the install.bat file.
2124

2225
* By: LinuxUsersLinuxMint
2326
* Credits: gaurovgiri @gaurovgiri

0 commit comments

Comments
 (0)