Apple

class food.fruit.Apple(name='Apple', color='red')

A class representing an apple fruit.

describe()

Return a description of the fruit.

Returns:

A description of the fruit.

Return type:

str

make_pie(size='medium')

Make an apple pie of a given size.

Parameters:

size (str) – The size of the pie. Default is “medium”.