Hello again,
I’m going through the Learn Python Programming course and have arrived at the point where I need to output a list of consonants from the alphabet through list comprehension. I seem to have been able to do this based on the output but for some reason it is not triggering the first flag to check if I am using a \[.+for \w* in alphabet if.+\]
piece of code. It seems that I am though. Here is my link:
Thanks for your guys’ hard work.