This repository was archived by the owner on Oct 30, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree2 files changed
+28
-1
lines changed Expand file treeCollapse file tree2 files changed
+28
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | #!/usr/bin/python3
|
2 | 2 | from inputd import *
|
3 | 3 |
|
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...") |
Original file line number | Diff line number | Diff line change |
---|
|
| 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...") |
You can’t perform that action at this time.
0 commit comments