🏆 You did it!
You finished Project 2 — Target Practice! 🎯
What you built
- A bullseye target drawn with three concentric
turtlecircles - Random arrows landing somewhere on (or near) the target
- A score from 0 to 10, picked by Python based on how close to the centre the arrow landed
🧠 What you learned
turtle.circleandbegin_fill/end_fill— drawing filled circlespen.dot(N)— drawing a quick dotmath.sqrtand the**power sign — measuring distanceif/elif/else— picking between options
🚀 Next project
In Project 3 — Rocket Launch, you’ll animate a rocket
flying up the screen with a trail of smoke. New thing you’ll
meet: for loops — doing the same thing N times.
Adapted from Raspberry Pi Foundation — Target Practice under CC BY-SA 4.0.