This lesson shows how to get mathematical constants pi, e, and the golden ratio from scipy.constants. First, we import the constants module. Then we assign pi, e, and golden ratio to variables. Finally, we print these values. The constants are precise floating-point numbers. Importing is necessary to access them. The execution table traces each step and variable value. The variable tracker shows how variables get their values step by step. Key moments clarify why import is needed and the nature of these constants. The quiz tests understanding of values and import importance.