Search
Home page
Browse
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
#
Store
Blog
World
Advertise
Add a definition
User settings
Browse
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
#
Store
Blog
World
Advertise
Search
falsy
Share definition
Falsy is actually an
important
technical term in computer
programming
. A falsy value is one that will not cause an
conditional
block to activate.
#Python code
if {}:
print "This
will not
get
printed
, because {} (the empty
dictionary
) is falsy."
by
tigerthink
January 23, 2010
Flag
Get the
falsy
mug.
More random definitions