Introduces Pascals Triangle. Shows how to use recursion in Python to create a function that calculates each value in Pascals Triangle. Shows how to display Pascals Triangle first left justified, then centered by adding spaces before displaying the triangle.