We can use list length to create conditional statements based on the number of elements, like here with len(tasks) > 0

Make sure to type len(tasks) > 0.