Quiz Question 1 of 5
class Orange(Fruit):
has_pulp = True
def squeeze(self):
return Juice("orange")
Using this code, which of these statements is true?
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.