News

This isn’t too complicated a piece of code to understand. The first line, “if tasks:” asks Python to check if the tasks list is empty. If it isn’t, we’ll loop through it using a for loop.