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

Commit 0beed4c

Browse files
One last pull request for this project and farewell to the Project.
1 parent 3dd58de commit 0beed4c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

inputd.py

-5
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ def yuzde():
3838
print("{0} + {1} = {2}". format(sayi1,sayi2,sonuc))
3939
return
4040

41-
islem=input('Gerçekleştirmek İstediğiniz İşlemi Giriniz: ')
42-
4341
def addition():
4442
number1=int(input('Enter the First Number: '))
4543
number2=int(input('Enter the Second Number: '))
@@ -71,9 +69,6 @@ def Percentage():
7169
print("{0} + {1} = {2}". format(number1,number2,result))
7270
return
7371

74-
75-
process=input('Enter the action you want to perform: ')
76-
7772
# number,letter inputs (for random)
7873

7974
numbers=[0,1,2,3,4,5,6,7,8,9,10]

0 commit comments

Comments
 (0)