October 2018
Intermediate to advanced
404 pages
8h 50m
English
Computer programs are made up data structures that use conditions and decisions to bring the desired outputs. We will use Python notation here, as it is simple, and you may have seen it before. The basic data structures are as follows.
|
Boolean operators |
||
|
Notation |
Description |
Examples |
|
X == Y |
X is equivalent to Y. This is not always a numeric value set. |
"shirts" == "hats" evaluates to FALSE. "shirts" == "shirts" evaluates to TRUE. |
Read now
Unlock full access