In python programming two way to execute programm in this topic we discuss on Interactive Mode and Using IDE.
In this method to execute python programm python setup like cmd type black window and type your python script and execute the following simple example of execute using Interactive mode.
Just goto start in your windows system and find python setup and click on python icon open a new black window look like following image.
Write your first simple hello world script and execute it.
In this method execute python programm uisng python IDE same as above step goto start and find python and select IDLE(3.5.2) and click on it.a new window open look like following image.