Working with some high school kids at a summer 'funshop' in the US, we came up with this solution based on the above recommendations by previous replies to this question. It just involves adding to the gameOver() function. def gameOver(): global snakePosition, snakeSegments, raspberryPosition, raspb...