jetbrains-academy / introduction_to_python

Introduction to Python course
MIT License
41 stars 27 forks source link

Incorrect instructions Condition Expressions / If Statement #190

Closed edutools-service closed 1 year ago

edutools-service commented 1 year ago

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