Lists in Python
I've been studying a bit and I have a doubt. I saw a video where the tutor gives an example of a list:
year = [1950,1951,1952, ..., 2100]
Enter the points (...) to follow up, but I get the error that it is not possible and it is a syntax error ... It is possible to enter the points or it is just an example of continuity.
I appreciate your attention:)