Python Hello World
The first time to learn Python.According to tradition, let's try a "Hello World".
1.Setup-Window
After finished, The default folder as below.
C:\Python34
2.Hello World
Create a file that ex-name is .py
executing command line
cd C:\Python34
python.exe helloworld.py
Output
Reference