diff --git a/README.md b/README.md index 1dc3b01..6129743 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ UYARI: inputd.py modulune artık destek verilmeyecektir. Bu ne anlama geliyor. * Proje artık yeni düzenleme veya güncelleme almayacaktır. * İlerleyen zamanlarda bu karardan vazgeçilebilir. +NOT: Bu depo artık arşivlenmiştir. 30/10/2023 + Güncelleme: Artık Bu mödülün yerini Basic_Maths almıştır lütfen Basic_Maths kütüphanesini kullanınız. WARNING: inputd.py module will no longer be supported. What does it mean. @@ -17,3 +19,5 @@ WARNING: inputd.py module will no longer be supported. What does it mean. * This decision may be withdrawn in the future. Update: This module has now been replaced by Basic_Maths. Please use the Basic_Maths library. + +NOTE: This repository is now archived. 10/30/2023 diff --git a/inputd.py b/inputd.py index 429837e..7114ee1 100644 --- a/inputd.py +++ b/inputd.py @@ -38,8 +38,6 @@ def yuzde(): print("{0} + {1} = {2}". format(sayi1,sayi2,sonuc)) return -islem=input('Gerçekleştirmek İstediğiniz İşlemi Giriniz: ') - def addition(): number1=int(input('Enter the First Number: ')) number2=int(input('Enter the Second Number: ')) @@ -71,9 +69,6 @@ def Percentage(): print("{0} + {1} = {2}". format(number1,number2,result)) return - -process=input('Enter the action you want to perform: ') - # number,letter inputs (for random) numbers=[0,1,2,3,4,5,6,7,8,9,10]