From the course: Python: Working with Files

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Using CoderPad

Using CoderPad

- [Instructor] These challenges are hosted by Coder Pad and they appear in the same area of the course page where you watch the courses videos. We recommend using a desktop browser for the best experience, but you can use the LinkedIn Learning mobile app if you prefer. The code challenge has four main areas, instructions, a console for output, a code editor for your answer in the top right, and another editor where you can see how your code is used. You can use these drag handles to allocate space as you'd like. Let's complete this coding challenge. There are comments in the starting code showing you where to put your solution. When you click the test my code button, you'll see a message indicating whether your code returned a correct result. Now, let's change the code to something that fails. In the output, we get a failure message. Now, if you're stuck, there are ways you can ask for help. The show expected results and show hints variables determine whether you can see the expected…

Contents