This interactive Python tutorial guides students step-by-step through creating a pumpkin carving animation using the turtle graphics module. Students start by drawing a simple pumpkin shape, then add carved features like eyes, nose, and mouth. The tutorial builds programming skills by introducing functions to encapsulate reusable pieces of code. Later sections cover animation techniques using loops, arrays, timing functions, and randomisation. The end result is a flickering pumpkin lantern that