This challenge is inspired from Michael Rosen and Helen Oxenbury’s children book “We are going on a bear hunt”. In this story, a family skids down a grassy slope, swishes across a river, sludges through mud and finally sees a…
Learning Objectives You have just completed a piece of code but when you run it, it does not behave as expected. One way to check and troubleshoot your code is to perform a dry run using a trace table. Trace…
Learning Objectives When working on larger projects, you will need to carefully plan ahead the structure of your applications/programs. You will have to break down your application into smaller modules and will most likely want to give your end-users the…
Learning Objectives In this challenge we are going to focus on accessing a text file in Python to: Read the content of the file line by line, Write data to a new file. Before completing this challenge, you should read…
For this challenge you will design and write a program to play against the computer. The computer will display a random number between 1 and 1000. It will then ask the end-user whether they believe the next number will be…