X Tutup
Skip to content

Commit e14950d

Browse files
committed
Kashmiri in RTL format
1 parent 935868a commit e14950d

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
letters:
2+
start : "ا"
3+
end : "ی"
4+
5+
numbers:
6+
start : "۰"
7+
end : "۹"
8+
9+
reserved:
10+
"۔" : "."
11+
"،" : ","
12+
"۱" : "1"
13+
"۲" : "2"
14+
"۳" : "3"
15+
"۴" : "4"
16+
"۵" : "5"
17+
"۶" : "6"
18+
"۷" : "7"
19+
"۸" : "8"
20+
"۹" : "9"
21+
"۰" : "0"
22+
"وَن" : "print"
23+
"تیلگر" : "elif"
24+
"ییٚلہِ" : "if"
25+
"تیٚلہِ" : "else"
26+
"یوتنِت" : "while"
27+
"کَر" : "for"
28+
"میز" : "in"
29+
"اَتھُن" : "input"
30+
"فُٹراو" : "break"
31+
"برونٛتھ" : "continue"
32+
"ترٛاو" : "pass"
33+
"پوز" : "True"
34+
"اَپوز" : "False"
35+
"چھُ" : "is"
36+
"کلاس" : "class"
37+
"وضاحت" : "def"
38+
"__آغاز__" : "__init__"
39+
"بہٕ" : "self"
40+
"واپس" : "return"
41+
"پنے" : "string"
42+
"پن" : "str"
43+
"مِلاو" : "append"
44+
"کَر" : "pop"
45+
"بیٚی" : "and"
46+
"یا" : "or"
47+
"سٲری" : "all"
48+
"کَتھی" : "any"
49+
"کہنا" : "None"
50+
"شُمار" : "int"
51+
"__اہم__" : "__main__"

0 commit comments

Comments
 (0)
X Tutup