Code comment says: "Write an if statement with a condition to check if the list tasks is empty." should actually check that the list is NOT empty based on the provided code: print("Not an empty list!"). Instructions in the description section are also misaligned: "Print "empty" if the tasks list is empty." isn't actually a requirement.
n/a
Code comment says: "Write an if statement with a condition to check if the list
tasks
is empty." should actually check that the list is NOT empty based on the provided code: print("Not an empty list!"). Instructions in the description section are also misaligned: "Print "empty" if the tasks list is empty." isn't actually a requirement. n/a