Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit0733fd1

Browse files
Add files via upload
1 parent0ff5df6 commit0733fd1

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)

[8]ページ先頭

©2009-2025 Movatter.jp