9. Logical Operators¶
We have three basic operators:
not
,and
, andor
.
9.1. Using the not
operator¶
Print output (drag lower right corner to resize)
|
Activity: CodeLens 9.1.1 (cl_l05_9a_en)
9.2. Using the and
operator¶
Print output (drag lower right corner to resize)
|
Activity: CodeLens 9.2.1 (cl_l05_9b_en)
9.3. Using the or
operator¶
Print output (drag lower right corner to resize)
|
Activity: CodeLens 9.3.1 (cl_l05_9c_en)
You have attempted 1 of 2 activities on this page