Vscode-python: This is a bug or im just wrong??! Please help

Created on 1 Jul 2020  路  6Comments  路  Source: microsoft/vscode-python

Screenshot (386)_LI
Screenshot (387)
Screenshot (388)_LI
Screenshot (389)

I'm still a beginner at programming and i'm new to Python

info needed type-bug

Most helpful comment

I will close this. Thanks for who have tried to help me

All 6 comments

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 (, line 10) (syntax-error)

It said that

Screenshot (391)

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

Was this page helpful?
0 / 5 - 0 ratings