If I have a scenario, like a group of turtles in the World (trick-the-turtle for example), and I make a simple change to the code, like move(4) to move(10) - this will automatically clear the screen?
So each time I make a code change I'll need to recreate my World scenario?
I guess the solution will be to have a method that will automatically create the world scene.
I'll keep watching the tutorial videos.

