Question from the Python - Fundamentals test

Which of these statements about the following code are correct ?

Medium

Which of these statements about the following code are correct ?

class Car:
	def __init__(self):
		self.color = "Blue"
Simone = Car()
Author: W3D TeamStatus: Published(Update)Question passed 71 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!