Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#python #sicp
Boolean contexts. Above, the execution procedures mention "a false value" and "a true value." The expressions inside the header statements of conditional blocks are said to be in boolean contexts: their truth values matter to control flow, but otherwise their values are not assigned or returned.
If you want to change selection, open document below and click on "Move attachment"

1.5 Control
true value, execute the suite. Then, skip over all subsequent clauses in the conditional statement. If the else clause is reached (which only happens if all if and elif expressions evaluate to false values), its suite is executed. <span>Boolean contexts . Above, the execution procedures mention "a false value" and "a true value." The expressions inside the header statements of conditional blocks are said to be in boolean contexts: their truth values matter to control flow, but otherwise their values are not assigned or returned. Python includes several false values, including 0, None , and the boolean value False . All other numbers are true values. In Chapter 2, we will see that every built-in kind of data


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.