Collect the Tasks
00:00 Since you’re about to write more code now, I’ve opened the IDLE scripting window on the right and the IDLE shell on the left. That’s where you will run the program.
00:12 And on the right, you can also see that I extracted the main points of the challenge as Python comments. This will help us to kind of have a little task list of the things that we will do together over the next lessons.
00:27 They are not perfect English, so I shortened them a little bit and they don’t contain all the information that the challenge has. So have the slides maybe in another window so you can verify how you need to name the variables and things like that.
00:41 But comments here give kind of like a good overview of the things that we will do next. So with our IDLE editor in place, with the comments in place, let’s start with tackling the challenge.
Become a Member to join the conversation.