Skip to content

Commit ebcc45d

Browse files
committed
حق اور باطل کی سہولت
1 parent 51256af commit ebcc45d

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
*/.DS_Store
2-
*/__pycache__
2+
*/__pycache__
3+
4+
__pycache__
5+
.DS_Store

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ The mappings are as following:
2727
"توڑ": "break",
2828
"جاری": "continue",
2929
"گزر": "pass",
30+
"حق": "True",
31+
"باطل": "False",
32+
"ہے": "is",
3033
```
3134

3235
2. Translate and run the code in one command: ```python urdu_python.py```

__pycache__/eng.cpython-38.pyc

-555 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)