- 1
*Error Report!!!*
There is an error in the question page. Second question of list comprehension doesn't accept the correct answer. It is in fact rejecting all the answers and we can only move ahead if we use the 'unlock' option.
1 Answer
+ 2
It would be a good idea to include the course language and/or the lesson link so that others can also look into the issue, if there is one. By any chance, are you referring to this part of the Python lesson?
https://www.sololearn.com/learn/Python/2454/
It works perfectly for me. You might want to review the previous slide if you have any problems with the questions.
a = [i for i in range(20) if i%3==0]