Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 316 Bytes

File metadata and controls

11 lines (7 loc) · 316 Bytes

Attributes

Objectives

  1. Explain class attributes vs. instance attributes
  2. True or False? not every object in Python has attributes
  3. True or False? An attribute doesn't exist on the variable, but rather on the object that the variable refers to

Solution

Click here to view the solution