Pycharm -Syntax error
Hi experts,
I am new to Pycharm .
Just installed Pycharm 2020.1 ,Running my first program Hello World .
After that I am getting below error
************************
/usr/local/bin/python3.8 "/Applications/PyCharm CE.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 54474 --file /Users/nhtsap/Documents/Fproject
/usr/local/bin/python3.8: line 1: syntax error near unexpected token `G�U�ݲ'
� ��Y��~w�-�*���H�3�i_�g߀��Y�K��%^X�\�>��}rA���qBM�Y�<��V��*f.���PP��5�?�M��xB�/٠�Y��ݹ�{���>����2&�hz�x���#��{�#S1��r�xK�U;{e+x���|$���G��-.㋙�y��L��\q���dc�,����N")�-����C��_d�"�J���?d�d8��U�E1�/�ޅ<z9�/�D��q��'
Process finished with exit code 2
********************************
Wiill greatly appreciate your help in my first program
Also let me know if there are any forums where newbie questions are answered .Right now I am learning all on my own and google search which sometimes doesn't help.
Thanks in advance
NHT
Please sign in to leave a comment.
Your run configuration is incorrect. Please remove it (Run | Edit Configurations...), then right-click the file and choose Run...
Does it work?