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

Commit 0733fd1

Browse files
Add files via upload
1 parent 0ff5df6 commit 0733fd1

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# Python-Module
22

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.

inputd.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,15 @@
1111
sayi7=input('7. sayiyi giriniz: ')
1212
sayi8=input('8. sayiyi giriniz: ')
1313
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: ')

0 commit comments

Comments
 (0)