Exercise 5 Propagate Function

In exercise 5, I have put dw values as in the image mentioned but I am getting a invalid syntax as output. Please somebody tell me what to do??
image

Hi @PRINCE_NAGPAL,

This happens when you have a syntax error prior to the line in the error output.

Best,
Mubsi

Mubsi is exactly right here. The thing to look for is a missing close parenthesis on the previous non-comment line.

Yes, It worked.
Thanks

1 Like