Commit Graph

18 Commits

Author SHA1 Message Date
Asabeneh
3ed7aaa3ce
Merge pull request #455 from adgan11/patch-1
Correct the spelling mistake in Q 21
2026-01-11 21:55:14 +02:00
Asabeneh
ac1d7b0123
Merge pull request #472 from Abdoallah-Badr/patch-1
remove repeated word
2026-01-11 01:02:38 +02:00
Asabeneh
ec1f22fea1
Merge branch 'master' into rawbytedev-patch-1 2026-01-10 20:17:56 +02:00
Asabeneh
57187b6277
Merge pull request #628 from mttaherpoor/master
correct some mistakes and add some features
2026-01-10 19:31:51 +02:00
Asabeneh
37e39b9589
Merge pull request #709 from Tasnimsomo/patch-1
Update 03_operators.md
2026-01-10 19:15:27 +02:00
Sakibumumuni
3dd667d7e9
Display density with unit in operators.md
Added print statement to display density with unit.
2025-12-29 14:17:29 +00:00
Tasnim Somo
bd3936ffa9
Update 03_operators.md
## Summary
Fixed a small issue in the comparison operator examples. The original text described the `not in` operator but didn’t include a working example or had a typo.

## Changes Made
- Added missing example for `not in` comparison
- Corrected description from `(x in y)` to `(x not in y)`

## Why This Change Was Needed
This makes the tutorial more accurate and consistent. The previous version could confuse beginners since the explanation didn’t match the examples.

## Example Output
```python
print('B not in Asabeneh:', 'B' not in 'Asabeneh')  # True
2025-10-06 08:55:45 -05:00
Aren
f65a3af42d
upload fixes and changes
Resolved errors(need some reviewing, might have missed some errors)
Added comments
Changed print to return (to avoid None)
Removed <\div>
Reviewed exercises and numbered them
Removed ";" in some part (; doesn't trigger error)
Reviewed the python files
2024-12-31 22:48:40 +01:00
Taher
cade9a1f68 correct some mistakes 2024-11-17 14:14:34 +03:30
Abdoallah Badr
03b1d0dda0
remove repeated word 2024-01-31 11:10:03 +02:00
Ahmed Gagan
be963d17ce
Correct the spelling mistake in Q 21 2023-11-08 15:23:44 +05:30
Asabeneh
a27bac8e08 second version 2021-07-07 02:22:59 +03:00
Asabeneh
f890229105 fixes 2020-08-17 15:17:38 +03:00
Asabeneh
a44eef117b Operators 2020-07-09 12:49:31 +03:00
Asabeneh
204c9f2224 Operators 2020-07-09 12:18:04 +03:00
Asabeneh
04a3b38df2 operators 2020-07-09 12:02:15 +03:00
Pawel Kiczko
f59f2fb3b1 little modifications 2020-05-05 11:20:08 +03:00
Asabeneh
2e9b6b8422 formatted 2020-05-01 12:38:25 +03:00