Comments on: Python Operators https://coderslegacy.com/python/python-operators/ Imparting knowledge to the Future Thu, 26 May 2022 06:59:44 +0000 hourly 1 By: Siddiqi https://coderslegacy.com/python/python-operators/#comment-958 Mon, 06 Sep 2021 12:52:45 +0000 https://codersrefuge.000webhostapp.com/?page_id=224#comment-958 In reply to Dima.

Correct! Thanks for pointing this out.

]]>
By: Dima https://coderslegacy.com/python/python-operators/#comment-957 Mon, 06 Sep 2021 07:28:43 +0000 https://codersrefuge.000webhostapp.com/?page_id=224#comment-957 "if x > 3 and y > 3:
     print("Either x or y is greater than y")"
Maybe it would be correct to say: “Either x or y is greater than 3

]]>
By: Siddiqi https://coderslegacy.com/python/python-operators/#comment-877 Sat, 26 Jun 2021 15:15:39 +0000 https://codersrefuge.000webhostapp.com/?page_id=224#comment-877 In reply to Paul.

Thanks for the correction! It is indeed x = x % 2.

]]>
By: Paul https://coderslegacy.com/python/python-operators/#comment-874 Sat, 26 Jun 2021 12:06:57 +0000 https://codersrefuge.000webhostapp.com/?page_id=224#comment-874 in the assignment operators table, why in the second to last row is the equivalent “x = x % 3"? Is this an error and should this actually be "x = x % 2"?

]]>