Beef¶ class food.meat.Beef(name='Beef', animal='cow')¶ Beef meat class cook_steak(size='medium')¶ Cook a steak of a given size. Parameters: size (str) – The size of the steak. Default is “medium”. describe()¶ Return a description of the meat. Returns: A description of the meat. Return type: str