#python #sicp
As a guideline, most data values used in a function's body should be expressed
as default values to named arguments, so that they are easy to inspect and can
be changed by the function caller. Some values that never change, such as the
fundamental constant k , can be bound in the function body or in the global
frame.
If you want to change selection, open document below and click on "Move attachment"
1.4 Designing Functions function is defined to take three arguments, but only two are
provided in the first call expression above. In this case, the value for n
is taken from the def statement default. If a third argument is provided,
the default is ignored.
<span>As a guideline, most data values used in a function's body should be expressed
as default values to named arguments, so that they are easy to inspect and can
be changed by the function caller. Some values that never change, such as the
fundamental constant k , can be bound in the function body or in the global
frame.
Continue:
1.5 Control
Composing Programs by John
DeNero, based on the textbook Structure and
Interpretation Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details