December 2016
Intermediate to advanced
376 pages
9h 5m
English

If you enter the wrong code, the computer won’t give you the right program. A computer program will always do what you tell it to, but what you tell it to do might not be what you actually want it to do. These errors are bugs in a computer program. Bugs happen when the programmer has not carefully thought about exactly what the program is doing.
There are three types of bugs that can happen in your program:
Syntax errors This type of bug comes from typos. When the Python ...