Color Changer
- npackard
- 4 years ago
- 34 views
Instructor npackard created this project to illustrate how the rgb color scales work in Python with Turtle. Watch the video to see her explain it, then test it out and see what colors you create!
# Create a turtle with a thick pen size that continuously draws a circle in black (hint: use RGB).
# When the "R" key is pressed, increase the value of red in the color of the turtle. If it reaches 255, make it say "I'm
at my max for red!" and don't increase the value.
Locked
Canvas
Console