How do we create a pie chart using the pygal package?
pygal.Pie()
import pygal
pie.render_in_browser()
With the pygal.Pie() instruction.