April 2015
Intermediate to advanced
504 pages
12h 52m
English
This appendix contains the answers to the practice problems at the end of each chapter. I highly recommend that you take the time to work through these problems. Programming is more than memorizing syntax and a list of function names. As when learning a foreign language, the more practice you put into it, the more you will get out of it. There are many websites with practice programming problems as well. You can find a list of these at http://nostarch.com/automatestuff/.
The operators are +, -, *, and /. The values are 'hello', -88.8, and 5.
The string is 'spam'; the variable is spam. Strings always start and end with quotes.
The three data types introduced in this chapter are integers, floating-point ...