Python
Modify Object Properties
❮ Python Glossary
Modify Object Properties
You can modify properties on objects like this:
Example
Set the age of p1 to 40:
p1.age = 40
Try it Yourself »
Related Pages
Python Syntax Tutorial
Class
Create Class
The Class __init__() Function
Object Methods
self
Delete Object Properties
Delete Object
Class pass Statement
❮ Python Glossary
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.