stack frames for recursive functions calls (as done in the above method). f"greatest_common_divisor({num_1}, {num_2}) = " f"{greatest_common_divisor(num_1, num_2)}" ...