Posts by JULIA BIANEK • 3 points
1 post
-
-3
votes1
answer75
viewsQ: When executing the code below, a "Syntax: invalid syntax" Syntax error appears. I cannot identify the error
from math import pi, sin, cos from math import sqrt, acos, log, exp def d_rsc (Z, p, Td, Rsea, Rstab): m = 35 * sqrt ((1224 * ((cos (Z))**2) + 1) TRTg = 1.021…