Hi, I have a general question: throughout the course, every once in a while, when you have to do an assignment at the end of a learning module, coding requirements occur of stuff that hasn’t been taught before, to the best of my knowledge. For instance, in this particular assignment, at point 2 you have to write a line of code with this syntax:
total = sum([1 for n in list if n == foo])
of which I’m pretty sure hasn’t occured any time before in my course, that I followed step by step. Is it just me or do people recognize this?
For clarity, first I completed my Python 3 course and my code foundations, and then I started the ‘Analyze data with Python’ Skill Path.
Thanks!