Everything was working fine until I missed some formatting in a while loop.
Now, I can't even run empty programs without getting this error:
& C:/pathname/python3.10.exe c:/path2/test.py File "<stdin>", line 1
& C:/pathname/python3.10.exe c:/path2/test.py
^
SyntaxError: invalid syntax
Even this fails: print("Hello"). Any help would be appreciated.