#python #sicp
Values that share a class also share behavior.
If you want to change selection, open document below and click on "Move attachment"
2.1 Introductionst range of different problems. Effective use of built-in and user-defined
data types are fundamental to data processing applications.
2.1.1 Native Data Types
Every value in Python has a class that determines what type of value it is.
<span>Values that share a class also share behavior. For example, the integers
1 and 2 are both instances of the int class. These two values can
be treated similarly. For example, they can both be negated or added to another
integer Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details