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.

Commit3c9c9f9

Browse files
Add files via upload
1 parent6095e57 commit3c9c9f9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

‎README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@ How to Use: go into any of your python files and add "from inputd import *" to F
1818
NOTE: The inputd module must be located inside the runtime and its folder.
1919
NOTE2: Before using the inputd module, we recommend that you customize it and make changes to the codes.
2020

21-
* You can look at inputd.py or input.txt to see what variables it contains.
21+
* You can look at inputd.py or input.txt to see what variables it contains.
22+
23+
Güncellemeler Hakkında / Updates About
24+
25+
* inputd modulu sürekli güncellenmektedir o yuzden güncel değişkenleri kullanmak için inputd nin son sürümünü yükleyiniz.
26+
27+
* The inputd module is constantly updated, so please install the latest version of inputd to use the current variables.

‎inputd.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,9 @@
4545
Divide=float(number1)/float(number2)
4646
Percentage=float(number1)%float(number2)
4747

48-
process=input('Enter the action you want to perform: ')
48+
process=input('Enter the action you want to perform: ')
49+
50+
# number,letter inputs (for random)
51+
52+
number=[0,1,2,3,4,5,6,7,8,9,10]
53+
letter="a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp