You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: translations/fa-farsi/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -412,8 +412,8 @@ False
412
412
413
413
شاید چنین رفتاری برای شما احمقانه به نظر بیاد ولی برای عملیاتهایی مثل `a == b == c` و `0 <= x <= 100` عالی عمل میکنه.
414
414
415
-
* عبارت `False is False is False` معادل عبارت `(False is False) and (False is False)` است
416
-
* عبارت `True is False == False` معادل عبارت `(True is False) and (False == False)` است و از آنجایی که قسمت اول این عبارت (`True is False`) پس از ارزیابی برابر با `False` میشود. پس کل عبارت معادل `False` میشود.
415
+
*‫عبارت `False is False is False` معادل عبارت `(False is False) and (False is False)` است
416
+
*‫عبارت `True is False == False` معادل عبارت `(True is False) and (False == False)` است و از آنجایی که قسمت اول این عبارت (`True is False`) پس از ارزیابی برابر با `False` میشود. پس کل عبارت معادل `False` میشود.
417
417
* عبارت `1 > 0 < 1` معادل عبارت `(1 > 0) and (0 < 1)` است.
418
418
* عبارت `(1 > 0) < 1` معادل عبارت `True < 1` است و :
0 commit comments