Medium
Which of these statements about the following code are correct ?
class Car:
def __init__(self):
self.color = "Blue"
Simone = Car()
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Python