File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,28 +15,16 @@ Write simple Python in Urdu.
15151 . Create a new file in a folder.
16162 . Write some Urdu code in this new file.
1717The mappings are as following:
18- ```
19- | Python (original) | 🇵🇰 Ur |
18+
19+ | Python (original) | 🇵🇰 Ur |
2020| ------------- | ------------- |
21- | , | ،|
22- | . | ۔|
23- | 2 | ۲|
24- | 1 | ۱|
25- | 3 | ۳|
26- | 4 | ۴|
27- | 5 | ۵|
28- | 6 | ۶|
29- | 7 | ۷|
30- | 8 | ۸|
31- | 9 | ۹|
32- | 0 | ۰|
3321| print | چھاپ|
34- | elif | ورنہاگر|
3522| if | اگر|
23+ | elif | ورنہاگر|
3624| else | ورنہ|
3725| while | جبتک|
3826| for | جو|
39- | in, | اندر|
27+ | in | اندر|
4028| input | داخله|
4129| break | توڑ|
4230| continue | جاری|
@@ -58,8 +46,20 @@ The mappings are as following:
5846| all | سب|
5947| any | کوئ|
6048| None | ندارد
61- ```|
62- Find 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!
49+ | , | ، |
50+ | . | ۔|
51+ | 0 | ۰|
52+ | 1 | ۱|
53+ | 2 | ۲|
54+ | 3 | ۳|
55+ | 4 | ۴|
56+ | 5 | ۵|
57+ | 6 | ۶|
58+ | 7 | ۷|
59+ | 8 | ۸|
60+ | 9 | ۹|
61+
62+ Find 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!
6363
6464An example of a Hello World Program:
6565```
You can’t perform that action at this time.
0 commit comments