How do we create a pie chart using the pygal package?

With the pygal.Pie() instructionWith the import pygal instructionThe chart is automatically created when we import the packageWith the pie.render_in_browser() instruction

With the pygal.Pie() instruction.