I need help in solving this problem. The screenshot below is of the code line which is giving error. It involves f-string and I am using python 3.7.6 base:conda.
This is the error message that I am getting.
This is the interpreter I am using.
Please help me solve it. Thank you.
So this issue was based on a VS Code extension that I was using to run my code. It was 'Code Runner'.
Two things need to be done:
code-runner.executorMap": {"python":"$pythonPath $fullFileName"}