Which assertion about Python objects is false ?
Any object attribute can be modified from "outside" of its method
Objects can have read-only attributes
Attributes with name starting with _[...] are private and cannot be accessed outside of an object's method
_[...]
Types of attributes can be changed during run-time