Week 3: Control flow; Debugging code

Contents

Week 3: Control flow; Debugging code#

In this week’s pre-lecture readings, we will talk about how to use make python do selective task using if-elif-else statements and repetitive tasks using for loops. We’ll also discuss coding etiquette and give you some debugging tips

Outline#