I've come across the following in some python code.
states.append(self.frames[idx-self.frame_count:idx, ...])
but I don't know what '...' means, nor can I find anything on it online.
Any help would be appreciated.
I've tried searching for answers online but search engines don't seem to interpret ... as being relevant to the search.