October 2018
Intermediate to advanced
214 pages
5h 31m
English
The simplest program in Python prints a single line of text.
Input:
source_code/appendix_c_python/example00_helloworld.pyprint "Hello World!"
Output:
$ python example00_helloworld.pyHello World!
Read now
Unlock full access