I am trying to run a simple Hello World code in pycharm using Python. I have moved the file to another folder. So, I have changed the interpreter location I am getting the following error. This problem has nothing to do with interpreter as you can see in the second image, the interpreter is the correct one and I am able to run it from command prompt.
C:\Users\bitan\AppData\Local\Programs\Python\Python38-32\python.exe: can't open file 'C:/Python/Free Code Camp/Learning': [Errno 2] No such file or directory
Process finished with exit code 2"
I am new to Pycharm/Python. Any help is appreciated.