GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    Gabriel Pettier (tshirtman@mas.to)'s status on Sunday, 26-May-2024 17:37:18 JSTGabriel PettierGabriel Pettier
    • Tokyo Outsider (337ppm)
    • C.

    @cazabon @tokyo_0 hm, association doesn't change the result here

    >>> (not True) and True
    False
    >>> (not False) and True
    True
    >>> not (True and True)
    False
    >>> not (False and True)
    True
    >>>

    I think the question is more about the common misconception of beginner than "in" does more regarding "and" that it really does.

    "in" evaluates if the value before it is in the value after it, "and" checks that the value on both sides are true.

    A and B in C => A and (B in C)
    ≠> A in C and B in C

    In conversationSunday, 26-May-2024 17:37:18 JST from mas.topermalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.