Hello Everyone,
I am super new to coding and just working my way through the project on the Game of chance. I have looked over my code for hours and still cannot figure out why a Syntax Error is being triggered when I try to run the program. Thanks ahead for your help:thinking:
syntax errors are quite helpful, they can shed light on what is going wrong
When having a syntax error, also check the line above. Do you notice anything?
here is a hint might you need it:
Forgetting to close a parenthesis will give a syntax error on the next line.
Hello stetim94
Thank you very much for helping me to catch the syntax error. I know now for next time when I have a syntax error to look at the line above:sweat_smile:
1 Like