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 9352e24 commit 28ea461Copy full SHA for 28ea461
README.md
@@ -1,5 +1,20 @@
1
# Basic_Maths
2
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
12
* 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
16
17
+Output: result: 5 + 5 = 10
18
19
20
By: LinuxUsersLinuxMint
0 commit comments