I made a new file in IDLE named intro.py insdie it i typed print('Hello World') and saved it in Desktop, then i open python in the terminal and type in python Desktop/intro.py
this happens:
File "<stdin>", line 1 python Desktop/intro.py
SyntaxError: invalid syntax
Why doesnt Hello World show up?