Step 9 – Extending the program
You should now have a program that works.
You could improve your program in a number of ways:
- Add blank lines to make the program easier to read (use print())
- Personalise the output by using their name ("Hey Sam...") – you'll need to get them to enter their name and store it first
- Ask more than one question
- Add comments to your code
- Something else...