Lesson 1
How to Talk to the Computer
Chapter 4: Improving the guessing game
Enriching the guessing game
We will now update our guessing game so that users can make more than one guess!
Summary:
- I have introduced you to the third main programming building block - “repetition”.
- We looked specifically at a
while
statement.