give any three properties of python
Answers
Answered by
0
Explanation:
In python, everything is an object. And every object has attributes and methods or functions. Attributes are described by data variables for example like name, age, height etc. Properties are special kind of attributes which have getter, setter and delete methods like __get__, __set__ and __delete__ methods.
Similar questions
Math,
4 months ago
Science,
4 months ago
Social Sciences,
9 months ago
Science,
9 months ago
Biology,
1 year ago
Chemistry,
1 year ago
Social Sciences,
1 year ago