I'm using python 3.7.3, when I try to run a saved .py file this happens
C:\Users\olive>cd desktop
C:\Users\olive\Desktop>hello.py
File "C:\Users\olive\Desktop\hello.py", line 1
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 21:26:53) [MSC v.1916 32 bit (Intel)] on win32
^
SyntaxError: invalid syntax
Does anyone know how to fix this, thanks