Skip to content

Commit fbde75c

Browse files
committed
دستاویزات کی بہتری
1 parent 1b0edcb commit fbde75c

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,16 @@ Write simple Python in Urdu.
1515
1. Create a new file in a folder.
1616
2. Write some Urdu code in this new file.
1717
The 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

6464
An example of a Hello World Program:
6565
```

0 commit comments

Comments
 (0)