8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239c430 commit bbfcb6bCopy full SHA for bbfcb6b
OOP/classes_and_instances.py
@@ -7,3 +7,4 @@ class Car:
7
car_1.color = 'red'
8
car_2.color = 'green'
9
10
+print(car_1.color, car_2.color)
0 commit comments