Python Hello World example

A simplest program in Python prints one line of text.

Input:

source_code/appendix_c_python/example00_helloworld.py
print "Hello World!"

Output:

$ python example00_helloworld.py
Hello World!
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset