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
Values that share a class also share behavior.
If you want to change selection, open document below and click on "Move attachment"

2.1 Introduction
st 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

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.