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 7e12326 commit 6b3a545Copy full SHA for 6b3a545
test.py
@@ -1,4 +1,15 @@
1
#!/usr/bin/python3
2
from inputd import *
3
4
-sayi_1()
+if islem=="top":
5
+ top()
6
+elif islem=="cık":
7
+ cık()
8
+elif islem=="carp":
9
+ carp()
10
+elif islem=="bol":
11
+ bol()
12
+elif islem=="yuzde":
13
+ yuzde()
14
+else:
15
+ print("Invalid Process...")
test2.py
@@ -0,0 +1,16 @@
+#!/usr/bin/python3
+from inputd import *
+
+process
+if process=="add":
+ addition()
+elif process=="sub":
+ subraction()
+elif process=="mult":
+ multiplication()
+elif process=="div":
+ division()
+elif process=="perc":
+ Percentage()
16
0 commit comments