#python #sicp
Every value in Python has a class that determines what type of value it is.
If you want to change selection, open document below and click on "Move attachment"
2.1 Introductionfreely available to all of us online, and computation can be applied to a
vast 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
<span>Every value in Python has a class that determines what type of value it is.
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 Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details