Hi, I am new to all of this and need some help, please.
I have started my online Python course with Udemy. The first task is to run a simple code with Sublimetext, and then to save it to the Desktop as a ‘.py’ file: print(‘hello world’). I am able to save the file. However, when I open ‘command prompt’ and use the directory to get to my desktop, and then to run the file, it does not do so. it takes me back to the Desktop (as below), instead of running the code.
C:\Users\Claire Nieuwoudt\Desktop>python myexample1.py
C:\Users\Claire Nieuwoudt\Desktop>
Does anyone know what the problem could ?
