forked from UniversalPython/UniversalPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.yaml
More file actions
50 lines (48 loc) · 1.46 KB
/
Copy pathdefault.yaml
File metadata and controls
50 lines (48 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
letters:
start : "ا"
end : "ی"
numbers:
start : "۰"
end : "۹"
reserved:
"۔" : "."
"،" : ","
"۱" : "1"
"۲" : "2"
"۳" : "3"
"۴" : "4"
"۵" : "5"
"۶" : "6"
"۷" : "7"
"۸" : "8"
"۹" : "9"
"۰" : "0"
"لکھو" : "print"
"ورنہاگر" : "elif"
"اگر" : "if"
"ورنہ" : "else"
"جبتک" : "while"
"جو" : "for"
"اندر" : "in"
"داخلہ" : "input"
"توڑ" : "break"
"جاری" : "continue"
"گزر" : "pass"
"حق" : "True"
"باطل" : "False"
"ہے" : "is"
"طبقہ" : "class"
"وضح" : "def"
"__ابتدا__" : "__init__"
"خود" : "self"
"واپس" : "return"
"ستلی" : "string"
"ستل" : "str"
"شامل" : "append"
"نکل" : "pop"
"اور" : "and"
"یا" : "or"
"سب" : "all"
"کوئ" : "any"
"ندارد" : "None"
"عدد" : "int"