We tell pygal to create a pie chart by creating a variable, like pie, and then coding = pygal.Pie() to store the pie chart inside.

Make sure to pick pie, followed by =, and finally pygal.Pie().