So im Programming a Snake Game in Pygame and I was wondering, why many programmers use a list to create the snake, like what exactly are the benefits of using lists. Why is it crucial to use lists for let's say Snake.
Thanks in advance!