Skip to content

Commit 28ea461

Browse files
Update README.md
1 parent 9352e24 commit 28ea461

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Basic_Maths
22

3+
4+
* Oldukça Basit Python için bir Matematik Kütüphanesi
5+
* Python da Matematik Temel 4 işlemi herhangi bir ek değişken gerektirmeden kullanabilmemizi sağlar
6+
Örnek:
7+
#!/usr/bin/python3
8+
addition(5,5)
9+
Çıktı: result: 5 + 5 = 10
10+
11+
312
* A very simple math library for Python
13+
* Math Basic 4 in Python allows us to use operations without requiring any additional variables.
14+
Example:
15+
#!/usr/bin/python3
16+
addition(5,5)
17+
Output: result: 5 + 5 = 10
18+
419

520
By: LinuxUsersLinuxMint

0 commit comments

Comments
 (0)