Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 6b3a545

Browse files
Add files via upload
1 parent 7e12326 commit 6b3a545

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

test.py

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
#!/usr/bin/python3
22
from inputd import *
33

4-
sayi_1()
4+
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

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/python3
2+
from inputd import *
3+
4+
process
5+
if process=="add":
6+
addition()
7+
elif process=="sub":
8+
subraction()
9+
elif process=="mult":
10+
multiplication()
11+
elif process=="div":
12+
division()
13+
elif process=="perc":
14+
Percentage()
15+
else:
16+
print("Invalid Process...")

0 commit comments

Comments
 (0)