Quiz Question 1 of 5
class Tree:
falling_leaves = False
def __init__(type):
self.type = type
What is the mistake in the code above?
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.