#python #sicp
Functions that perform comparisons and return boolean values
typically begin with is , not followed by an underscore (e.g., isfinite , isdigit , isinstance , etc.).
If you want to change selection, open document below and click on "Move attachment"
1.5 Controlession
.
To evaluate the expression not :
Evaluate ; The value is True if the result is a false value, and
False otherwise.
These values, rules, and operators provide us with a way to combine the results
of comparisons. <span>Functions that perform comparisons and return boolean values
typically begin with is , not followed by an underscore (e.g., isfinite ,
isdigit , isinstance , etc.).
1.5.5 Iteration
Video:
Show
Hide In addition to selecting which statements to execute, control statements are
used to express repetition. If each line of code we wrote were o Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details