What are the three main parts of an object in python?
Answers
Answered by
4
Answer:
Programs are composed of modules.
Modules contain statements.
Statements contain expressions.
Expressions create and process objects
Answered by
3
answer getattr setattr delattr
Similar questions