Posts tagged with "falsy"

There are a total of 1 posts.

Mastering the Basics of Python #1 — `None` and `""`: They Look Similar but Are Different

Published Apr 01, 2025 by whitedec

This post explains the difference between Python's None and the empty string "" from the perspective of conditional statements and boolean evaluation with prac…

#none , #falsy , #bool , #empty string , #conditional statement , #get method , #python basics