Open ghost opened 2 years ago
C:\Program Files\Python310\python.exe" "C:/Program Files/Python310/test/exif.py" File "C:\Program Files\Python310\test\exif.py", line 1 Python 3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)] on win32 ^^^^^^^^^^ SyntaxError: invalid syntax. Perhaps you forgot a comma?
I think the first line is supposed to be a comment, try adding '#' symbol in the starting
C:\Program Files\Python310\python.exe" "C:/Program Files/Python310/test/exif.py" File "C:\Program Files\Python310\test\exif.py", line 1 Python 3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.1929 64 bit (AMD64)] on win32 ^^^^^^^^^^ SyntaxError: invalid syntax. Perhaps you forgot a comma?