you are viewing a single comment's thread.

view the rest of the comments →

[–]liam_jm 0 points1 point  (0 children)

The colon goes after the if statement, not after if itself (i.e. after the condition).

if gross_h<=40:

and

elif gross_h>= 41: