Quick question, I used sublime to code python, when I print output of a list (a very long list), the console automatically omit some values in the middle of list with dot.
['yes' 'yes' 'yes' ..., 'no' 'no' 'no']
How can I see all the values in the list?