Can anyone help here. not sure why I am getting a syntax error when creating this dictionary
when the error is at the start of a line, always check the line above (line 13 in this case), as well.
parentheses allow us to put code on multiple lines:
print(
"hello world"
)
which is great. But forgetting to close a parenthesis, might result in an error later.
2 Likes
Didn’t know that tyvm!
That is why I tell you now you know, and you are less likely to make this mistake again or are better at solving when you might face this issue again
I assume this means you resolved the issue?
yeah all working now finished the excercise thank you!
2 Likes