Do you need to import anything? How do you call it and how do you make ombre? Thanks!!
turtle.color(r, g, b) where "turtle" is a python turtle object and "r", "g", and "b" are integer values between 0 and 255
How do you work rgb in python turtle?
Do you need to import anything? How do you call it and how do you make ombre? Thanks!!
turtle.color(r, g, b) where "turtle" is a python turtle object and "r", "g", and "b" are integer values between 0 and 255