Question from the Python - Fundamentals test

Archived

Which of these statements about the following code are correct ?

class Car:
	def __init__(self):
		self.color = "Blue"
Simone = Car()
Author: ThéoStatus: Archived(New question!)Question passed 155 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!