20 - Logical Operators ( and; or; not ) | Python Tutorials

Поделиться
HTML-код
  • Опубликовано: 24 май 2017
  • Learn how to combine boolean operators together into one, and how to flip/reverse Boolean values from one to the other.
    | Language
    Python (.py)
    | Code Example
    github.com/simply-coded/Pytho...

Комментарии • 8

  • @vch1412
    @vch1412 4 года назад

    thanks!

  • @soldadopreciso
    @soldadopreciso 5 лет назад

    and exclusive or "xor"?

  • @swamyjiki
    @swamyjiki 6 лет назад +1

    weird club. Lol.

  • @simpleweightlos454
    @simpleweightlos454 4 года назад

    Why did it bring up true when his name is not in club , true and true , but its false and true

    • @SimplyCoded
      @SimplyCoded  4 года назад

      Could you let me know the code or time stamp this happened?

    • @simpleweightlos454
      @simpleweightlos454 4 года назад

      It’s shot 2-2.05 thank you

    • @SimplyCoded
      @SimplyCoded  4 года назад

      At that time stamp I’m not using the club data at all. I’m just running
      print( True and True)
      and nothing else. I’m running this so you understand how the operator works, before we actually use it on the club

    • @simpleweightlos454
      @simpleweightlos454 4 года назад

      Ah ok thanks again I was confused lol