Python in the classroom - lesson 3
In the previous lessons we worked with text (strings) and numbers (numbers). We also looked at how you can execute code conditionally. You can do that with the help of if..elif..else. Do you remember? If not, it might be useful to read lesson 1 and lesson 2 first! We […]