Skip to main content
Questions Why Us Pricing Log In Sign Up

Falsy Values

What are the falsy values in Python?

Answer

The following values are considered falsy in Python (they evaluate to False in a boolean context):

  • False

  • None

  • 0, 0.0, ...; all zero numbers (all zero numbers)

  • "", [], ...; empty whatever

← Back to collection
← Previous question Practice Question: Scope of Variables Next question CPython Execution →

Social

  • Instagram

Contact

  • linkedin.com/in/rinorbirinxhiku/

Legal

  • Privacy Policy
  • Terms of Service
© 2026 quant.rb. All rights reserved.