File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,47 +16,49 @@ Write simple Python in Urdu.
16162 . Write some Urdu code in this new file.
1717The mappings are as following:
1818```
19- "۔": ".",
20- "،": ",",
21- "۱": "1",
22- "۲": "2",
23- "۳": "3",
24- "۴": "4",
25- "۵": "5",
26- "۶": "6",
27- "۷": "7",
28- "۸": "8",
29- "۹": "9",
30- "۰": "0",
31- "چھاپ": "print",
32- "ورنہاگر": "elif",
33- "اگر": "if",
34- "ورنہ": "else",
35- "جبتک": "while",
36- "جو": "for",
37- "اندر": "in",
38- "داخله": "input",
39- "توڑ": "break",
40- "جاری": "continue",
41- "گزر": "pass",
42- "حق": "True",
43- "باطل": "False",
44- "ہے": "is",
45- "طبقه": "class",
46- "وضح": "def",
47- "ابتدا": "init",
48- "خود": "self",
49- "واپس": "return",
50- "ستلی": "string",
51- "ستل": "str",
52- "شامل": "append",
53- "نکل": "pop",
54- "اور": "and",
55- "یا": "or",
56- "سب": "all",
57- "کوئ": "any",
58- "ندارد": "None",
59- ```
19+ | Python (original) | 🇵🇰 Ur |
20+ | ------------- | ------------- |
21+ | , | ،|
22+ | . | ۔|
23+ | 2 | ۲|
24+ | 1 | ۱|
25+ | 3 | ۳|
26+ | 4 | ۴|
27+ | 5 | ۵|
28+ | 6 | ۶|
29+ | 7 | ۷|
30+ | 8 | ۸|
31+ | 9 | ۹|
32+ | 0 | ۰|
33+ | print | چھاپ|
34+ | elif | ورنہاگر|
35+ | if | اگر|
36+ | else | ورنہ|
37+ | while | جبتک|
38+ | for | جو|
39+ | in, | اندر|
40+ | input | داخله|
41+ | break | توڑ|
42+ | continue | جاری|
43+ | pass | گزر|
44+ | True | حق|
45+ | False | باطل|
46+ | is | ہے|
47+ | class | طبقه|
48+ | def | وضح|
49+ | init | ابتدا|
50+ | self | خود|
51+ | return | واپس|
52+ | string | ستلی|
53+ | str | ستل|
54+ | append | شامل|
55+ | pop | نکل|
56+ | and | اور|
57+ | or, | یا|
58+ | all | سب|
59+ | any | کوئ|
60+ | None | ندارد
61+ ```|
6062Find the whole list at ```./languages/ur/ur_native.lang.yaml```. Don't worry if you can't find a mapping, you can also use English Python!
6163
6264An example of a Hello World Program:
You can’t perform that action at this time.
0 commit comments