2.10.4 Create Your Own Color Answers -

Common Targets:

| Method | Example | |--------|---------| | RGB tuple | (120, 200, 80) → light green | | Hex code | #78C850 → same light green | | Named color (if supported) | "mediumseagreen" | | Custom function call | rgb(255, 99, 71) → tomato | 2.10.4 create your own color answers

Depending on your specific course track, the "2.10.4" assignment might look like one of the following: 1. Bubble Wrap 2.0 (Turtle Graphics) Common Targets: | Method | Example | |--------|---------|