• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
0

Why does this return False? Python

Why is this False? value = True == (not True) != 600

pythonoperatorsboolean-logicoperator-precedencepython3operationbooleanfalsetrue
27th May 2020, 7:36 PM
Pame
Pame - avatar
1 Answer
+ 3
x == y == z translates to (x==y) and (y==z).
27th May 2020, 7:42 PM
HonFu
HonFu - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
Fix the following code
2 Votes
Mobile number and similarity
0 Votes
Can I import any module in python in this app?
0 Votes
The use of these certificates on LinkedIn
1 Votes
GitHub account connecting issue
3 Votes
Converter minĂșsculas em maiĂșsculas e imprimir
0 Votes
photo upload issue in html code
0 Votes
Algorithm to create maze-like grid
2 Votes
Coding issue
2 Votes
Hardware of computer
3 Votes