November 2024
Intermediate to advanced
620 pages
13h 46m
English
”Would you tell me, please, which way I ought to go from here?”
“That depends a good deal on where you want to get to.”
—Lewis Carroll, from Alice’s Adventures in Wonderland
In the previous chapter, we looked at Python’s built-in data types. Now that you are familiar with data in its many forms and shapes, it is time to start looking at how a program can use it.
According to Wikipedia:
In computer science, control flow (or flow of control) is the order in which individual statements, instructions, or function calls of an imperative program are executed or evaluated.
The two main ways of controlling the flow of a program are conditional programming (also known as branching) and looping. These techniques can be ...
Read now
Unlock full access