We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Boolean Quiz

Refer to the following boolean statement:

is_tall = True
is_bulky = True
is_lean = False
is_short = False
result = (is_tall and is_bulky) or (is_lean and is_short)