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
+25
-2
lines changed Expand file treeCollapse file tree2 files changed
+25
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | # Python-Module
|
2 | 2 |
|
3 |
| -Python İçin basit değişkenleri içeren gelişmeye devam eden bir değişken modulu. |
| 3 | +* Python inputd modulu. |
| 4 | +"Python için oluşturulan değişkenleri önceden oluşturur" |
| 5 | +"Python da çalışırken kolaylık sağlar." |
| 6 | + |
| 7 | +Nasıl Kullanılır: herhangi bir python dosyanıza girip Kodun İlk satırına "from inputd import *" ekleyin |
| 8 | +NOT: inputd modulunun çalışma ortamının ve klasörünün içinde bulunması gerekir. |
| 9 | + |
| 10 | +* Python inputd module. |
| 11 | +"Pre-creates variables created for Python" |
| 12 | +"Python also provides convenience while working." |
| 13 | + |
| 14 | +How to Use: go into any of your python files and add "from inputd import *" to First line of Code |
| 15 | +NOTE: The inputd module must be located inside the runtime and its folder. |
Original file line number | Diff line number | Diff line change |
---|
|
11 | 11 | sayi7=input('7. sayiyi giriniz: ')
|
12 | 12 | sayi8=input('8. sayiyi giriniz: ')
|
13 | 13 | sayi9=input('9. sayiyi giriniz: ')
|
14 |
| -sayi10=input('10. sayiyi giriniz: ') |
| 14 | +sayi10=input('10. sayiyi giriniz: ') |
| 15 | + |
| 16 | +number1=input('Enter First Number: ') |
| 17 | +number2=input('Enter Second Number: ') |
| 18 | +number3=input('Enter the Third Number') |
| 19 | +number4=input('Enter the Fourth Number: ') |
| 20 | +number5=input('Enter the Fifth Number: ') |
| 21 | +number6=input('Enter the Sixth Number: ') |
| 22 | +number7=input('Enter the Seventh Number: ') |
| 23 | +number8=input('Enter the Eighth Number: ') |
| 24 | +number9=input('Enter the Ninth Number: ') |
| 25 | +number10=input('Enter the tenth number: ') |
You can’t perform that action at this time.
0 commit comments