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

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
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.
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)