Handle conditional statements in the output using sympy.Piecewise to construct the latex code. ``` # Bruchenergie if f_ccyl <= 80: G_f = 0.0307 * f_ct_Bender elif f_ccyl > 80: G_f = 0.143 ```