I have sublime text 3 and python 3.6 on my windows 10 os.
I written the basic "Hello World!" program in sublime text 3 and saved it as "siri.py" on desktop.
I am trying to execute this on command line and it says, python: can't open file 'siri.py': [Error 2] no such file or directory
What am I doing wrong here?