



I'm still a beginner at programming and i'm new to Python
Hi @Reeaveld, thank you for reaching out.
Can you try running pylint on your file in the terminal with path/to/python.exe -m pylint Main8.py, and copy the output here?
Thanks!
*** Module Main8
Main8.py:10:1: E0001: invalid syntax (
It said that

Finally, I solved it! I forgot to close the brackets. It was my fault
I will close this. Thanks for who have tried to help me
Most helpful comment
I will close this. Thanks for who have tried to help me